mirror of
https://github.com/spf13/cobra
synced 2025-05-07 13:57:21 +00:00
no auto-close on stale issues/prs
uses the exempt flag to ignore issues already marked stale. this will allow us to auto label stale, and then ignore them so they do not get auto closed.
This commit is contained in:
parent
d91865a2c9
commit
a0f5bb5ed5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -17,3 +17,5 @@ jobs:
|
|||
stale-pr-message: 'This PR is being marked as stale due to a long period of inactivity'
|
||||
stale-issue-label: 'kind/stale'
|
||||
stale-pr-label: 'kind/stale'
|
||||
exempt-issue-label: 'kind/stale'
|
||||
exempt-pr-label: 'kind/stale'
|
||||
|
|
Loading…
Add table
Reference in a new issue