Skip to content

Commit 4a28a75

Browse files
authored
Update Lock Issue action (#131)
1 parent 2df4b5d commit 4a28a75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lock.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- cron: '0 0 * * *'
66

77
permissions:
8+
actions: write
89
issues: write
910
pull-requests: write
1011

@@ -19,4 +20,4 @@ jobs:
1920
This issue has been automatically locked since there
2021
has not been any recent activity after it was closed.
2122
Please open a new issue for related bugs.
22-
process-only: 'issues'
23+
process-only: 'issues'

0 commit comments

Comments
 (0)