mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +01:00
Setup GH_TOKEN for auto merge
This commit is contained in:
parent
fc3b276106
commit
06940ef652
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
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
if: >-
|
if: >-
|
||||||
github.event.pull_request
|
github.event.pull_request
|
||||||
&& github.event.pull_request.merged == false
|
&& github.event.pull_request.merged == false
|
||||||
|
|
Loading…
Reference in a new issue