Skip to content

Commit

Permalink
github: exempt frozen issues from being staled!
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanzalu committed Jul 10, 2024
1 parent a2b464c commit 6107c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/close_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
days-before-issue-stale: 40
days-before-issue-close: 20
stale-issue-label: "stale"
exempt-issue-labels: "frozen"
stale-issue-message: "This issue is stale because it has been open for 40 days with no activity."
close-issue-message: "This issue was closed because it has been inactive for 20 days since being marked as stale."
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6107c1a

Please sign in to comment.