You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/mergify.yml
+2-2Lines changed: 2 additions & 2 deletions
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. 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.
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. 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.
36
36
- name: Automatically backport to v3.10.x based on label
0 commit comments