File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pull_request_rules:
22 - name : Automatic merge
33 description : Conditions required for automatic merging of a PR
44 conditions :
5- # let Mergify know that the PR can be megrged (added manually)
5+ # let Mergify know that the PR can be merged (added manually)
66 - label = 🤖-automerge
77 # block Mergify from merging the PR (added manually)
88 - label != 🤖-do-not-merge
@@ -25,4 +25,16 @@ pull_request_rules:
2525 merge :
2626
2727
28+ - name : retry CI on failure
29+ conditions :
30+ - base=master
31+ - or :
32+ - check-failure=unit-tests
33+ - check-failure=integration-tests
34+ - check-failure=system-tests
35+ actions :
36+ github_actions :
37+ workflow :
38+ dispatch :
39+ - workflow : .github/workflows/ci-testing-deploy.yml
2840
You can’t perform that action at this time.
0 commit comments