1
0
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:
Simon Pasquier
2023-01-10 18:00:57 +01:00
committed by GitHub
parent 240aa2150a
commit e4e27052f5

View File

@@ -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