mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 00:31:36 +08:00
ci: set up angular-automatic-lock-bot for the repo (#15533)
This commit is contained in:
parent
56553a9a69
commit
eb38a842d0
15
.github/workflows/lock-closed.yml
vendored
Normal file
15
.github/workflows/lock-closed.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Lock issues that are closed and inactive
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
# Run at the 40th minute of every hour
|
||||||
|
- cron: '40 * * * *'
|
||||||
|
|
||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user