Skip to content

Commit cbbc253

Browse files
authored
Fix mergeable recipes
1 parent 251b67a commit cbbc253

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/mergeable.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ mergeable:
55
- do: dependent
66
changed:
77
file: pom.xml
8-
message: 'Parent pom.xml has been changed.'
9-
pass:
8+
message: 'pom.xml has been changed.'
9+
fail:
1010
- do: comment
1111
payload:
1212
body: >
@@ -24,7 +24,7 @@ mergeable:
2424
changed:
2525
file: azure-pipelines.yml
2626
message: 'Master CI pipeline has been changed.'
27-
pass:
27+
fail:
2828
- do: comment
2929
payload:
3030
body: >

0 commit comments

Comments
 (0)