mirror of https://github.com/FreeRDP/FreeRDP
[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:
parent
3f5f53d3dc
commit
a3d2c33f96
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue