Skip to content

Commit

Permalink
build(bot): restrict issues which can be marked stale (#2795)
Browse files Browse the repository at this point in the history
Exclude `accepted` and assigned issues from stale.
Add mention to kanisterio/maintainers to stale messages to notify maintainers.
  • Loading branch information
hairyhum committed Apr 9, 2024
1 parent 83ead0f commit d7708a9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:
close-pr-label: rotten
stale-issue-label: stale
stale-pr-label: stale
exempt-issue-labels: frozen
exempt-issue-labels:
- frozen
- accepted
exempt-pr-labels: frozen
close-issue-message: This issue is closed due to inactivity. Feel free to reopen it, if it's still relevant.
close-pr-message: This PR is closed due to inactivity. Feel free to reopen it, if it's still relevant.
stale-issue-message: This issue is marked as stale due to inactivity. Add a new comment to reactivate it.
stale-pr-message: This PR is marked as stale due to inactivity. Add a new comment to reactivate it.
close-issue-message: This issue is closed due to inactivity. Feel free to reopen it, if it's still relevant. CC @kanisterio/maintainers
close-pr-message: This PR is closed due to inactivity. Feel free to reopen it, if it's still relevant. CC @kanisterio/maintainers
stale-issue-message: This issue is marked as stale due to inactivity. Add a new comment to reactivate it. CC @kanisterio/maintainers
stale-pr-message: This PR is marked as stale due to inactivity. Add a new comment to reactivate it. CC @kanisterio/maintainers
remove-issue-stale-when-updated: true
remove-pr-stale-when-updated: true
exempt-all-assignees: true

0 comments on commit d7708a9

Please sign in to comment.