Skip to content

stale-issues

stale-issues #217

Workflow file for this run

name: stale-issues
on:
schedule:
- cron: '0 5 * * *'
workflow_dispatch: {}
permissions:
issues: write
pull-requests: write
jobs:
stale:
if: github.repository == 'mistic100/Photo-Sphere-Viewer'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
any-of-labels: 'invalid,info requested'
days-before-stale: 7
days-before-close: 7
stale-issue-message: |
This issue has been automatically marked as stale because not enough information was provided. It will be closed if no further activity occurs.
stale-pr-message: |
This pulll request has been automatically marked as stale because not enough information was provided. It will be closed if no further activity occurs.