Skip to content

Commit

Permalink
Update stale action to use status:stale for labeling stale issues (P…
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchesofdonald committed Sep 12, 2022
1 parent 269e367 commit 567369b
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 @@ -10,8 +10,10 @@ jobs:
- uses: actions/stale@v5
with:
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. To keep this issue open remove stale label or comment."
stale-issue-label: "status:stale"
close-issue-message: "This issue was closed because it has been stale for 7 days with no activity. If this issue is important or you have more to add feel free to re-open it."
stale-pr-message: "This pull request is stale because it has been open 30 days with no activity. To keep this pull request open remove stale label or comment."
stale-pr-label: "status:stale"
close-pr-message: "This pull request was closed because it has been stale for 7 days with no activity. If this pull request is important or you have more to add feel free to re-open it."
days-before-stale: 30
days-before-close: 14
Expand Down

0 comments on commit 567369b

Please sign in to comment.