Skip to content

Commit

Permalink
Allow issue/pull locker to be manually dispatched
Browse files Browse the repository at this point in the history
  • Loading branch information
syeopite authored Jun 8, 2021
1 parent e67f50f commit 7f272f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'Lock Threads'
# Documentation: https://github.com/marketplace/actions/lock-threads

name: 'Lock Threads'
on:
workflow_dispatch:
schedule:
- cron: "0 */12 * * *"

Expand Down

0 comments on commit 7f272f1

Please sign in to comment.