Skip to content

Commit

Permalink
ci: set up angular-automatic-lock-bot for the repo (angular#32500)
Browse files Browse the repository at this point in the history
PR Close angular#32500
  • Loading branch information
josephperrott authored and matsko committed Sep 5, 2019
1 parent f00d033 commit 7bbc352
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Lock issues that are closed and inactive

on:
schedule:
# Run at the 20th minute of every hour
- cron: '20 * * * *'

jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@1e03b0d
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
locks-per-execution: 250

0 comments on commit 7bbc352

Please sign in to comment.