We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 414e3c4 + 6c88a3a commit 5e494bdCopy full SHA for 5e494bd
1 file changed
.github/workflows/triage-stale-check.yml
@@ -27,6 +27,7 @@ jobs:
27
stale-pr-message: 'This is a gentle bump for the docs team that this PR is waiting for review.'
28
days-before-pr-stale: 14
29
days-before-pr-close: -1 # Never close
30
+ remove-stale-when-updated: false
31
only-labels: 'waiting for review'
32
# The hope is that by setting the stale-pr-label to the same label
33
# as the label that the stale check looks for, this will result in
0 commit comments