Update max operations for stalebot

This commit is contained in:
Nicolas Mowen 2022-12-30 10:25:47 -07:00 committed by GitHub
parent d6731b17a4
commit 6908ddd20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,6 @@ jobs:
exempt-draft-pr: true
exempt-issue-labels: 'pinned,security'
exempt-pr-labels: 'pinned,security'
operations-per-run: 120
- name: Print outputs
run: echo ${{ join(steps.stale.outputs.*, ',') }}