diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml new file mode 100644 index 000000000..595d5e38b --- /dev/null +++ b/.github/workflows/lock-closed.yml @@ -0,0 +1,15 @@ +name: Lock issues that are closed and inactive + +on: + schedule: + # for testing, will run on the 30th minute of every hour + - cron: "30 * * * *" + +jobs: + lock_closed: + runs-on: ubuntu-latest + steps: + - uses: angular/dev-infra/github-actions/lock-closed@a906938 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + locks-per-execution: 1