Allow issue/pull locker to be manually dispatched

pull/2144/head
syeopite 3 years ago committed by GitHub
parent e67f50f157
commit 7f272f1293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 * * *"

Loading…
Cancel
Save