fix(ci): give autolocker write permissions (#194)

This commit is contained in:
GeopJr 2022-05-10 18:26:30 +03:00 committed by GitHub
parent ebe7620738
commit 740a4d48cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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