Skip to content

Commit

Permalink
ci: initial closed issue locking workflow (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and josephperrott committed Sep 3, 2019
1 parent a906938 commit 44a8e93
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:
# 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

0 comments on commit 44a8e93

Please # to comment.