mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 15:46:31 +01:00
Increase 'operations-per-run' for the stale action (#5273)
The default value of 30 is too low for the repository and the action fails to process all issues and pull requests. This change also fixes the exclusion list for the "help wanted" label. Signed-off-by: Simon Pasquier <spasquie@redhat.com> Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
3
.github/workflows/stale.yaml
vendored
3
.github/workflows/stale.yaml
vendored
@@ -14,7 +14,8 @@ jobs:
|
||||
days-before-stale: 60
|
||||
days-before-issue-close: 120
|
||||
days-before-pr-close: -1 # Prevent closing PRs
|
||||
exempt-issue-labels: 'kind/feature,help-wanted,kind/bug'
|
||||
exempt-issue-labels: 'kind/feature,help wanted,kind/bug'
|
||||
stale-issue-label: 'stale'
|
||||
stale-pr-label: 'stale'
|
||||
exempt-draft-pr: true
|
||||
operations-per-run: 500
|
||||
|
||||
Reference in New Issue
Block a user