diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index 88db2d986..45f31da7b 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -1,6 +1,8 @@ --- name: 'Close stale issues and PRs' on: # yamllint disable-line rule:truthy + # Use this to do a dry run from a pull request + # pull_request: schedule: - cron: '30 1 * * *' @@ -19,6 +21,7 @@ jobs: # Issues/PRs ###################################################################### exempt-assignees: 'spantaleev,aine-etke' + operations-per-run: 100 # An allow-list of label(s) to only process the issues/PRs which contain one of these label(s). any-of-labels: 'needs-info' # Use this to do a dry run from a pull request