1
0
Fork 0

Mark and close stale support issues

pull/10086/head
Jordi Boggiano 2021-08-29 12:37:08 +02:00 committed by GitHub
parent 922ba01d07
commit 2c292e705d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
name: Mark and close stale support issues
on:
schedule:
- cron: '32 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 180
days-before-close: 15
stale-issue-message: 'This issue has been automatically marked Stale and will be closed in 15 days if no further activity happens.'
stale-issue-label: 'Stale'
only-labels: 'Support'
exempt-all-milestones: true
ascending: true