Unverified Commit de662d32 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

Increase operation per run limit for "Close inactive issues and PRs" workflow (#9661)


Signed-off-by: default avatarHarry Mellor <hej.mellor@gmail.com>
parent f5845496
...@@ -14,6 +14,10 @@ jobs: ...@@ -14,6 +14,10 @@ jobs:
steps: steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with: with:
# Increasing this value ensures that changes to this workflow
# propagate to all issues and PRs in days rather than months
operations-per-run: 1000
exempt-draft-pr: true exempt-draft-pr: true
exempt-issue-labels: 'keep-open' exempt-issue-labels: 'keep-open'
exempt-pr-labels: 'keep-open' exempt-pr-labels: 'keep-open'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment