1
0
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:
Laurent Cozic 2024-11-03 16:02:44 +00:00
parent 43fb20bd79
commit fb09870d21

View File

@ -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: