mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +01:00
Allow job to write PR
This commit is contained in:
parent
49a803cdf9
commit
343713bdbf
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -41,6 +41,8 @@ jobs:
|
||||||
name: Auto merge
|
name: Auto merge
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: tests
|
needs: tests
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
if: >-
|
if: >-
|
||||||
|
|
Loading…
Reference in a new issue