mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
Tools: Trying to fix automerge action
This commit is contained in:
parent
43fb20bd79
commit
fb09870d21
9
.github/workflows/automerge.yml
vendored
9
.github/workflows/automerge.yml
vendored
@ -6,14 +6,13 @@ jobs:
|
|||||||
|
|
||||||
# This job will make the action fail if any of the checks hasn't passed
|
# This job will make the action fail if any of the checks hasn't passed
|
||||||
# https://github.com/marketplace/actions/allcheckspassed
|
# https://github.com/marketplace/actions/allcheckspassed
|
||||||
allchecks:
|
# allchecks:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: wechuli/allcheckspassed@v1
|
# - uses: wechuli/allcheckspassed@v1
|
||||||
|
|
||||||
automerge:
|
automerge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: allchecks
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user