Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 03f7baa

Browse files
josephperrottCaerusKaru
authored andcommitted
chore: enable automatic locking of closed and inactive issue (#1116)
1 parent e35036c commit 03f7baa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/lock-closed.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Lock issues that are closed and inactive
2+
3+
on:
4+
schedule:
5+
# Run at the top of every hour
6+
- cron: '0 * * * *'
7+
8+
jobs:
9+
lock_closed:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: angular/dev-infra/github-actions/lock-closed@cdeec53
13+
with:
14+
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
15+
locks-per-execution: 100

0 commit comments

Comments
 (0)