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
- name: notify the author if backport fails
conditions:
- label=conflicts
# Optionally match on the branch name here
actions:
comment:
message: This backport is in conflict @{{backported.author}}
That would require Mergify to track the PR it has backported, but that shouldn't be too hard.
If Mergify fails to cherry-pick commits and thus to create a backport PR, it would be nice to highlight the author about that.
Really similar to the recent
conflict
action.Thanks.
The text was updated successfully, but these errors were encountered: