Skip to content

Commit 195b419

Browse files
committed
Tweak the mergify comments to be less agressive
1 parent 1e20ab6 commit 195b419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/mergify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pull_request_rules:
2323
- -head~=mergify/bp/
2424
actions:
2525
comment:
26-
message: This pull request modifies the bazel build only. Should the makefiles be updated as well @{{author}}?
26+
message: This pull request modifies the bazel build only. If it is a deps update, remember to sync any changes to the makefiles.
2727
- name: Add comment if only make is touched
2828
conditions:
2929
- and:
@@ -32,7 +32,7 @@ pull_request_rules:
3232
- -head~=mergify/bp/
3333
actions:
3434
comment:
35-
message: This pull request modifies the erlang.mk build only. Should the bazel build be updated as well @{{author}}?
35+
message: This pull request modifies the erlang.mk build only. If it is a deps update, remember to sync any changes to the bazel files.
3636
- name: Automatically backport to v3.10.x based on label
3737
conditions:
3838
- base=master

0 commit comments

Comments
 (0)