Skip to content

Commit 53acea6

Browse files
authored
Make the triage stale checker respect never-stale label (#18024)
Co-authored-by: chiedo <chiedo@users.noreply.github.com>
1 parent 68fa623 commit 53acea6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/triage-stale-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
days-before-pr-stale: 7
2222
days-before-pr-close: 3
2323
stale-pr-label: 'stale'
24-
exempt-pr-labels: 'waiting for review'
24+
exempt-pr-labels: 'waiting for review,never-stale'
2525
stale_staff:
2626
if: github.repository == 'github/docs'
2727
runs-on: ubuntu-latest
@@ -40,3 +40,4 @@ jobs:
4040
# a comment being posted every 14 days as an infinite loop, which is what
4141
# we want
4242
stale-pr-label: 'waiting for review'
43+
exempt-pr-labels: 'never-stale'

0 commit comments

Comments
 (0)