Allow job to write PR

This commit is contained in:
Gabriel Augendre 2023-03-14 10:42:32 +01:00
parent 2ae3ee74b3
commit 6b4bbeeafb

View file

@ -41,6 +41,8 @@ jobs:
name: Auto merge
runs-on: ubuntu-latest
needs: tests
permissions:
pull-requests: write
env:
GH_TOKEN: ${{ github.token }}
if: >-