Skip to content

Commit aa67714

Browse files
authored
lock old issues (#937)
1 parent e4f7ba2 commit aa67714

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/lock.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Lock Issues
2+
on:
3+
schedule:
4+
- cron: '0 0 * * *'
5+
6+
jobs:
7+
lock:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: dessant/lock-threads@v2
11+
with:
12+
github-token: ${{ secrets.GITHUB_TOKEN }}
13+
issue-lock-inactive-days: 90
14+
pr-lock-inactive-days: 90

0 commit comments

Comments
 (0)