Skip to content

Commit c9c5dcd

Browse files
committed
Small tweak to automated PR comments by mergify
1 parent 079cfbb commit c9c5dcd

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. If it is a deps update, remember to sync any changes to the makefiles.
26+
message: This pull request modifies the bazel build only. If it is a deps update or app_env change, 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. If it is a deps update, remember to sync any changes to the bazel files.
35+
message: This pull request modifies the erlang.mk build only. If it is a deps update or PROJECT_ENV change, 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)