Skip to content

Commit

Permalink
Updated messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Aug 6, 2021
1 parent a36f9b5 commit 2f4b3e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pull_request_rules:
- -title~=^Bump [^\s]+ from ([\d]+)\..+ to \1\.
actions:
comment:
message: "[⚠️] @mrz1836: this is a major version bump and requires your attention"
message: "⚠️ @mrz1836: this is a major version bump and requires your attention"

# ===============================================================================
# AUTOMATIC MERGE (APPROVALS)
Expand Down Expand Up @@ -58,21 +58,21 @@ pull_request_rules:
- label=automerge
actions:
comment:
message: "[✅] @{{author}}: **{{title}}** has been merged successfully."
message: " @{{author}}: **{{title}}** has been merged successfully."
- name: Alert on merge conflict
conditions:
- conflict
- label=automerge
actions:
comment:
message: "[🆘] @{{author}}: `{{head}}` has conflicts with `{{base}}` that must be resolved."
message: "🆘 @{{author}}: `{{head}}` has conflicts with `{{base}}` that must be resolved."
- name: Alert on tests failure for automerge
conditions:
- label=automerge
- status-failure=commit
actions:
comment:
message: "[🆘] @{{author}}: unable to merge due to CI failure."
message: "🆘 @{{author}}: unable to merge due to CI failure."

# ===============================================================================
# LABELS
Expand Down

0 comments on commit 2f4b3e2

Please sign in to comment.