mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0c1a1421e1
PR Close #44241
16 lines
386 B
YAML
16 lines
386 B
YAML
name: Lock closed inactive issues
|
|
|
|
on:
|
|
schedule:
|
|
# Run at 16:00 every day
|
|
- cron: '0 16 * * *'
|
|
|
|
jobs:
|
|
lock_closed:
|
|
if: github.repository == 'angular/angular'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: angular/dev-infra/github-actions/lock-closed@c2fb49a44ad9fa77f508010f950524ee97f5e8d5
|
|
with:
|
|
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
|