Skip to content

Commit 655bf30

Browse files
author
Matt Gaunt
committed
Adding state-prs workflow
1 parent ba96efb commit 655bf30

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/stale-prs.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: 'Close stale issues and PRs'
2+
on:
3+
schedule:
4+
- cron: '0 0 * * *'
5+
6+
permissions:
7+
pull-requests: write
8+
9+
jobs:
10+
stale:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/stale@v4
14+
with:
15+
debug-only: true
16+
stale-pr-message: 'Old PRs are automatically closed to keep this repo clean.'

0 commit comments

Comments
 (0)