Remove stale issue/PR auto-close workflow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Abdon Pijpelink
2026-09-07 16:49:15 +02:00
parent 3ca3d56592
commit d37a90e8b6
-24
View File
@@ -1,24 +0,0 @@
name: close stale PRs
on:
schedule:
- cron: '0 0 * * 1'
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-stale: 14
days-before-close: 7
stale-pr-message: >
this PR has been inactive for 14 days. it will be closed in 7 days
unless there is new activity. if you're still working on it, push
an update or leave a comment.
stale-pr-label: stale
exempt-pr-labels: pinned,wip