mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Increase issue mgmt ops per run
This commit is contained in:
parent
13e665356a
commit
68a23c3ddb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/issues-stale.yml
vendored
3
.github/workflows/issues-stale.yml
vendored
|
@ -18,6 +18,9 @@ jobs:
|
|||
- uses: actions/stale@v8
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Increase max operations.
|
||||
# When using GITHUB_TOKEN, the rate limit is 1,000 requests per hour per repository.
|
||||
operations-per-run: 500
|
||||
# Handle stale issues
|
||||
stale-issue-label: 'stale'
|
||||
# Exemptions
|
||||
|
|
Loading…
Add table
Reference in a new issue