Skip to content

Commit 7b2ba37

Browse files
authored
Update issues.yml
1 parent 503a6ea commit 7b2ba37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/issues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ jobs:
1515
days-before-issue-stale: 7
1616
days-before-issue-close: 3
1717
stale-issue-label: "stale"
18+
exempt-issue-labels: "skip-stale"
1819
stale-issue-message: "This issue is stale because it has been open for 7 days with no activity."
1920
close-issue-message: "This issue was closed because it has been inactive for 3 days since being marked as stale."
2021
any-of-issue-labels: 'question,needs-more-info'
2122
days-before-pr-stale: 10
2223
days-before-pr-close: 7
2324
stale-pr-label: "stale"
24-
exempt-issue-labels: "skip-stale"
25+
exempt-pr-labels: "skip-stale"
2526
stale-pr-message: "This PR is stale because it has been open for 10 days with no activity."
2627
close-pr-message: "This PR was closed because it has been inactive for 7 days since being marked as stale."
2728
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)