ci: update names and steps (#1720)

This commit is contained in:
Jef LeCompte
2021-01-17 15:59:32 -05:00
committed by GitHub
parent 7997d6d22a
commit 8ece4b6412
6 changed files with 44 additions and 31 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
name: 'Close stale issues'
name: Stale Checker
on:
schedule:
- cron: '0 0 * * *'
@@ -21,6 +21,6 @@ jobs:
stale-pr-message: ${{ env.STALE_MESSAGE }}
env:
CLOSE_MESSAGE: 'This issue has been closed because it is stale. Reopen if necessary.'
EXEMPT_LABEL: 'status: needs discussion'
EXEMPT_LABEL: 'status: needs discussion,priority: low,priority: medium, priority: high,status: help wanted,status: in progress'
STALE_LABEL: 'status: stale'
STALE_MESSAGE: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'