Skip to content

Commit 978a048

Browse files
author
Keen Yee Liau
committed
ci: add auto lock bot
Activate auto lock bot for PRs and issues.
1 parent 96c283c commit 978a048

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/lock-closed.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Lock closed inactive issues
2+
3+
on:
4+
schedule:
5+
# Run at 16:00 every day
6+
- cron: '0 16 * * *'
7+
8+
jobs:
9+
lock_closed:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: angular/dev-infra/github-actions/lock-closed@66462f6
13+
with:
14+
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)