We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5af82 commit f32748cCopy full SHA for f32748c
.github/workflows/stale.yaml
@@ -15,8 +15,10 @@ jobs:
15
# https://github.com/actions/stale/pull/775
16
- uses: actions/stale@v6.0.0
17
with:
18
- stale-issue-label: stale
19
- stale-pr-label: stale
+ stale-issue-label: 'stale'
+ stale-pr-label: 'stale'
20
+ exempt-issue-labels: 'never stale'
21
+ exempt-pr-labels: 'never stale'
22
# Pull Requests become stale more quickly due to merge conflicts.
23
# Also, we promote minimizing WIP.
24
days-before-pr-stale: 7
0 commit comments