[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:
akallabeth 2024-08-23 11:44:17 +02:00
parent 3f5f53d3dc
commit a3d2c33f96
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 3 additions and 1 deletions

View File

@ -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"