Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7450c22

Browse files
committed
feat: addings stale bot
To add stale reviews and PRs.
1 parent 691ddb1 commit 7450c22

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/stale.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: 'Remove labels when the issue or PR becomes stale'
2+
on:
3+
schedule:
4+
- cron: '30 1 * * *'
5+
6+
permissions:
7+
pull-request: write
8+
9+
jobs:
10+
stale:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/stale@v8

0 commit comments

Comments
 (0)