Skip to content

Commit

Permalink
Add exempt rules for stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Feb 5, 2022
1 parent 7fd5a13 commit 553b03e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/stale@v4
with:
repo-token: ${{ github.token }}
exempt-issue-labels: "enhancement,question,help wanted,bug"
exempt-pr-labels: "need-help,WIP"
stale-issue-message: "This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days"
stale-pr-message: 'It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-stale: 120
Expand Down

0 comments on commit 553b03e

Please sign in to comment.