We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fa623 commit 53acea6Copy full SHA for 53acea6
1 file changed
.github/workflows/triage-stale-check.yml
@@ -21,7 +21,7 @@ jobs:
21
days-before-pr-stale: 7
22
days-before-pr-close: 3
23
stale-pr-label: 'stale'
24
- exempt-pr-labels: 'waiting for review'
+ exempt-pr-labels: 'waiting for review,never-stale'
25
stale_staff:
26
if: github.repository == 'github/docs'
27
runs-on: ubuntu-latest
@@ -40,3 +40,4 @@ jobs:
40
# a comment being posted every 14 days as an infinite loop, which is what
41
# we want
42
stale-pr-label: 'waiting for review'
43
+ exempt-pr-labels: 'never-stale'
0 commit comments