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:
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
You can’t perform that action at this time.
0 commit comments