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

Add a kind of bot that notifies authors about merge conflicts #2948

Closed
thomaseizinger opened this issue Sep 28, 2022 · 1 comment
Closed

Comments

@thomaseizinger
Copy link
Contributor

Description

Have an automation that comments with something like: Hey @author, please resolve the merge conflicts with the base branch.. We should be able to do that with a GitHub workflow that runs on the synchronize activity of the pull_request event. The mergable property will have the value CONFLICTING if there are any conflicts. To avoid double commenting if a PR already has conflicts, we can set a label or something and exclude the workflow from those PRs.

Motivation

GitHub does not send a notification when a PR has merge conflicts because the base branch changed. Having to manually check one's open PRs or wait for maintainers to pick them up is cumbersome.

Current Implementation

Are you planning to do it yourself in a pull request?

Maybe.

@jxs
Copy link
Member

jxs commented Dec 16, 2022

addressed with #3026

@jxs jxs closed this as completed Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants