Skip to content

Commit

Permalink
Running lock action every hour [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol authored Sep 5, 2021
1 parent 5b61252 commit 3d3a188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 'Lock Issues'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '0 * * * *'

permissions:
issues: write
Expand Down

0 comments on commit 3d3a188

Please sign in to comment.