Skip to content

Commit f77f2b9

Browse files
author
Christopher Doris
committed
exempt the 'no stale' label
1 parent ad67c04 commit f77f2b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/stale@v8
1414
with:
1515
exempt-all-milestones: true
16-
exempt-issue-labels: priority,help wanted
16+
exempt-issue-labels: priority,help wanted,no stale
1717
days-before-issue-stale: 30
1818
stale-issue-message: >
1919
Thank you for taking the time to report this issue!
@@ -29,7 +29,7 @@ jobs:
2929
3030
If there is no further activity in 7 days, this issue will be automatically
3131
closed.
32-
exempt-pr-labels: priority,help wanted
32+
exempt-pr-labels: priority,help wanted,no stale
3333
days-before-pr-stale: 180
3434
stale-pr-message: >
3535
Thank you for taking the time to create this pull request!

0 commit comments

Comments
 (0)