Skip to content

Commit 0b6de45

Browse files
authored
Update inactive_issues.yml
1 parent 46898e2 commit 0b6de45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/inactive_issues.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ jobs:
1919
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
2020
days-before-pr-stale: -1
2121
days-before-pr-close: -1
22-
repo-token: ${{ secrets.GITHUB_TOKEN }}
22+
exempt-all-assignees: true
23+
exempt-issue-labels: 'no-stale'
24+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)