Skip to content

Commit 5fdd81c

Browse files
authored
expanded configration
1 parent 86642ef commit 5fdd81c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/.mergify.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)