update stale labels to stop closing issues that are NOT stale

This commit is contained in:
Casey Lee 2021-01-18 10:41:49 -08:00
parent e6fcfed458
commit 7f6a808262
No known key found for this signature in database
GPG Key ID: 1899120ECD0A1784
1 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Issue is stale and will be closed in 14 days unless there is new activity'
stale-pr-message: 'PR is stale and will be closed in 14 days unless there is new activity'
stale-issue-label: 'meta/stale'
exempt-issue-label: 'meta/stale-exempt'
stale-pr-label: 'meta/stale'
exempt-pr-label: 'meta/stale-exempt'
stale-issue-label: 'stale'
exempt-issue-labels: 'stale-exempt'
stale-pr-label: 'stale'
exempt-pr-labels: 'stale-exempt'
remove-stale-when-updated: 'True'
operations-per-run: 500
days-before-stale: 30