Don't mark as stale if waiting on code pr

This commit is contained in:
Aaron Crawfis 2021-04-30 17:09:38 -07:00
parent a20b4b8daf
commit d16aaed9ca
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'Stale PR, paging all reviewers'
stale-pr-label: 'stale'
exempt-pr-labels: 'question,"help wanted",do-not-merge'
exempt-pr-labels: 'question,"help wanted",do-not-merge,waiting-on-code-pr'
days-before-stale: 5