mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-24 08:31:24 +01:00
Tune stale action (#17146)
Tube stale action - 60 days grace period for stale - exclude issues and PR with labels : never-stale, kind/requirement Signed-off-by: OrlinVasilev <ovasilev@vmware.com> Co-authored-by: OrlinVasilev <ovasilev@vmware.com>
This commit is contained in:
parent
7e4b26b220
commit
ba0637f562
@ -13,13 +13,14 @@ jobs:
|
||||
stale-pr-message: 'This PR is being marked stale due to a period of inactivty. If this PR is still relevant, please comment or remove the stale label. Otherwise, this PR will close in 30 days.'
|
||||
close-issue-message: 'This issue was closed because it has been stalled for 30 days with no activity. If this issue is still relevant, please re-open a new issue.'
|
||||
close-pr-message: 'This PR was closed because it has been stalled for 30 days with no activity. If this PR is still relevant, please re-open a new PR against main.'
|
||||
days-before-issue-stale: 30
|
||||
days-before-pr-stale: 30
|
||||
days-before-issue-stale: 60
|
||||
days-before-pr-stale: 60
|
||||
days-before-issue-close: 30
|
||||
days-before-pr-close: 30
|
||||
# Don't add stale label to PRs / issues with milestones "upcoming" attached.
|
||||
exempt-milestones: "upcoming"
|
||||
# Don't add stale label to PRs / issues with this label
|
||||
exempt-issue-labels: "never-stale"
|
||||
exempt-issue-labels: 'never-stale, kind/requirement'
|
||||
exempt-pr-labels: 'never-stale, kind/requirement'
|
||||
# Make it 1000 to clean up a bit then wen can lower it
|
||||
operations-per-run: 1000
|
||||
|
Loading…
Reference in New Issue
Block a user