Merge pull request #31149 from TerryHowe/fix-stale-issue-workflow

fix: stale issue workflow
pull/31150/head
Robert Sirchia 1 month ago committed by GitHub
commit f7b14f9ee2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,8 +2,6 @@ name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
permissions:
contents: read
jobs:
stale:
@ -16,4 +14,4 @@ jobs:
exempt-issue-labels: 'keep open,v4.x,in progress'
days-before-stale: 90
days-before-close: 30
operations-per-run: 100
operations-per-run: 200

Loading…
Cancel
Save