Skip to content

Commit bdc81a1

Browse files
authored
Update close_inactive_issues.yml
1 parent 33ce24d commit bdc81a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/close_inactive_issues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
days-before-issue-stale: 30
1616
days-before-issue-close: 14
1717
stale-issue-label: "stale"
18+
exempt-issue-labels: "low priority, help wanted"
1819
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
1920
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
2021
days-before-pr-stale: -1
2122
days-before-pr-close: -1
22-
repo-token: ${{ secrets.GITHUB_TOKEN }}
23+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)