1
0
mirror of synced 2026-01-05 12:07:35 -05:00

Make the triage stale checker respect never-stale label (#18024)

Co-authored-by: chiedo <chiedo@users.noreply.github.com>
This commit is contained in:
Chiedo John
2021-03-25 15:52:42 -04:00
committed by GitHub
parent 68fa6231a4
commit 53acea6070

View File

@@ -21,7 +21,7 @@ jobs:
days-before-pr-stale: 7
days-before-pr-close: 3
stale-pr-label: 'stale'
exempt-pr-labels: 'waiting for review'
exempt-pr-labels: 'waiting for review,never-stale'
stale_staff:
if: github.repository == 'github/docs'
runs-on: ubuntu-latest
@@ -40,3 +40,4 @@ jobs:
# a comment being posted every 14 days as an infinite loop, which is what
# we want
stale-pr-label: 'waiting for review'
exempt-pr-labels: 'never-stale'