Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to highlight author if a backport PR cannot be created #1096

Open
leseb opened this issue May 22, 2020 · 1 comment
Open

Ability to highlight author if a backport PR cannot be created #1096

leseb opened this issue May 22, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@leseb
Copy link

leseb commented May 22, 2020

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.

@jd jd added the enhancement New feature or request label May 22, 2020
@jd
Copy link
Member

jd commented May 22, 2020

It'd be cool to be able to do something like:

- 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants