Merge pull request #10502 from akallabeth/ci-autoclose

[ci,autoclose] improve detection
This commit is contained in:
akallabeth 2024-08-23 12:40:34 +02:00 committed by GitHub
commit fc6ba9f8f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"