File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pull_request_rules:
23
23
- -head~=mergify/bp/
24
24
actions :
25
25
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.
27
27
- name : Add comment if only make is touched
28
28
conditions :
29
29
- and :
@@ -32,7 +32,7 @@ pull_request_rules:
32
32
- -head~=mergify/bp/
33
33
actions :
34
34
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.
36
36
- name : Automatically backport to v3.10.x based on label
37
37
conditions :
38
38
- base=master
You can’t perform that action at this time.
0 commit comments