fix(ci): give autolocker write permissions (#194)
This commit is contained in:
parent
ebe7620738
commit
740a4d48cf
2
.github/workflows/autolocker.yml
vendored
2
.github/workflows/autolocker.yml
vendored
@ -4,6 +4,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
types: [closed]
|
types: [closed]
|
||||||
|
|
||||||
|
permissions: write-all
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autolock:
|
autolock:
|
||||||
# if: ${{ github.event.pull_request.merged }} # Uncomment if you want it to run only when a PR gets MERGED
|
# if: ${{ github.event.pull_request.merged }} # Uncomment if you want it to run only when a PR gets MERGED
|
||||||
|
Reference in New Issue
Block a user