mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[ci,autoclose] improve detection
* Increase operations-per-run to 90, 60 is still too low. * Exempt assigned pull requests and issues * Exempt pull requests and issues with a milestone
This commit is contained in:
4
.github/workflows/issue-autoclose.yml
vendored
4
.github/workflows/issue-autoclose.yml
vendored
@@ -16,7 +16,9 @@ jobs:
|
||||
with:
|
||||
days-before-stale: 30
|
||||
days-before-close: 30
|
||||
operations-per-run: 60
|
||||
operations-per-run: 90
|
||||
exempt-all-milestones: true
|
||||
exempt-assignees: true
|
||||
exempt-issue-labels: "wip,pinned,help-wanted,blocker,feature"
|
||||
exempt-pr-labels: "wip,pinned,help-wanted,blocker,feature"
|
||||
stale-issue-label: "stale"
|
||||
|
||||
Reference in New Issue
Block a user