mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-31 12:23:36 +00:00
operations limit to 100
This commit is contained in:
2
.github/workflows/stale_issues_gh.yml
vendored
2
.github/workflows/stale_issues_gh.yml
vendored
@@ -23,6 +23,6 @@ jobs:
|
||||
exempt-all-issue-assignees: true
|
||||
days-before-issue-stale: 4
|
||||
days-before-issue-close: 3
|
||||
operations-per-run: 30
|
||||
operations-per-run: 100
|
||||
remove-issue-stale-when-updated: true
|
||||
ascending: true
|
||||
|
||||
2
.github/workflows/stale_issues_high.yml
vendored
2
.github/workflows/stale_issues_high.yml
vendored
@@ -23,6 +23,6 @@ jobs:
|
||||
exempt-all-issue-assignees: true
|
||||
days-before-issue-stale: 10
|
||||
days-before-issue-close: 4
|
||||
operations-per-run: 30
|
||||
operations-per-run: 100
|
||||
remove-issue-stale-when-updated: true
|
||||
ascending: true
|
||||
|
||||
2
.github/workflows/stale_issues_low.yml
vendored
2
.github/workflows/stale_issues_low.yml
vendored
@@ -23,6 +23,6 @@ jobs:
|
||||
exempt-all-issue-assignees: true
|
||||
days-before-issue-stale: 4
|
||||
days-before-issue-close: 3
|
||||
operations-per-run: 50
|
||||
operations-per-run: 100
|
||||
remove-issue-stale-when-updated: true
|
||||
ascending: true
|
||||
|
||||
Reference in New Issue
Block a user