1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Tools: Ensures that pull requests that fail CI do not get automerged

This commit is contained in:
Laurent Cozic 2024-10-22 12:03:27 +01:00
parent 334005c1ff
commit 683601c427

View File

@ -3,6 +3,14 @@ on:
schedule:
- cron: '*/10 * * * *'
jobs:
# This job will make the action fail if any of the checks hasn't passed
# https://github.com/marketplace/actions/allcheckspassed
allchecks:
runs-on: ubuntu-latest
steps:
- uses: wechuli/allcheckspassed@v1
automerge:
runs-on: ubuntu-latest
permissions: