Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac8a16 commit 0063d34Copy full SHA for 0063d34
.github/workflows/lock.yaml
@@ -1,6 +1,10 @@
1
name: "Lock threads"
2
-
+permissions:
3
+ issues: write
4
+ pull-requests: write
5
+ discussions: write
6
on:
7
+ workflow_dispatch:
8
schedule:
9
- cron: "37 2 * * *"
10
0 commit comments