Skip to content

Commit 5c137c9

Browse files
workflow: add lock-closed-issues (#8970)
1 parent 8adb2ca commit 5c137c9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Lock Closed Issues
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
7+
permissions:
8+
issues: write
9+
10+
jobs:
11+
action:
12+
if: github.repository == 'vuejs/core'
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: dessant/lock-threads@v4
16+
with:
17+
github-token: ${{ secrets.GITHUB_TOKEN }}
18+
issue-inactive-days: '14'
19+
issue-lock-reason: ''
20+
process-only: 'issues'

0 commit comments

Comments
 (0)