angular/.github/workflows/lock-closed.yml
2022-01-31 17:00:18 +00:00

15 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@fb9b744a4903d0d17e1fccfcdec531cb601b3e47
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}