We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad67c04 commit f77f2b9Copy full SHA for f77f2b9
.github/workflows/stale.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/stale@v8
14
with:
15
exempt-all-milestones: true
16
- exempt-issue-labels: priority,help wanted
+ exempt-issue-labels: priority,help wanted,no stale
17
days-before-issue-stale: 30
18
stale-issue-message: >
19
Thank you for taking the time to report this issue!
@@ -29,7 +29,7 @@ jobs:
29
30
If there is no further activity in 7 days, this issue will be automatically
31
closed.
32
- exempt-pr-labels: priority,help wanted
+ exempt-pr-labels: priority,help wanted,no stale
33
days-before-pr-stale: 180
34
stale-pr-message: >
35
Thank you for taking the time to create this pull request!
0 commit comments