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:
parent
334005c1ff
commit
683601c427
8
.github/workflows/automerge.yml
vendored
8
.github/workflows/automerge.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user