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 2ee785f50f
commit f295e64406

View File

@ -4,6 +4,8 @@ on:
pull_request:
types: [closed]
permissions: write-all
jobs:
autolock:
# if: ${{ github.event.pull_request.merged }} # Uncomment if you want it to run only when a PR gets MERGED