mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
Update max operations for stalebot (#4828)
This commit is contained in:
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@@ -21,5 +21,6 @@ jobs:
|
|||||||
exempt-draft-pr: true
|
exempt-draft-pr: true
|
||||||
exempt-issue-labels: 'pinned,security'
|
exempt-issue-labels: 'pinned,security'
|
||||||
exempt-pr-labels: 'pinned,security'
|
exempt-pr-labels: 'pinned,security'
|
||||||
|
operations-per-run: 120
|
||||||
- name: Print outputs
|
- name: Print outputs
|
||||||
run: echo ${{ join(steps.stale.outputs.*, ',') }}
|
run: echo ${{ join(steps.stale.outputs.*, ',') }}
|
||||||
|
Reference in New Issue
Block a user