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

auto-update a PR from master when no conflcits #1916

Open
danisharora099 opened this issue Mar 13, 2024 · 1 comment
Open

auto-update a PR from master when no conflcits #1916

danisharora099 opened this issue Mar 13, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@danisharora099
Copy link
Collaborator

Problem

When PRs are opened, they need to be manually rebased/merged with master if they fall behind.

Proposed Solutions

Similar to how Dependabot handles its own PRs by rebasing with master, branches with open PRs should auto-rebase/merge.

@fryorcraken fryorcraken added this to Waku Mar 13, 2024
@chair28980 chair28980 added the enhancement New feature or request label Mar 13, 2024
@chair28980 chair28980 moved this to To Do in Waku Mar 13, 2024
@chair28980 chair28980 moved this from To Do to Triage in Waku Mar 13, 2024
@weboko weboko moved this from Triage to To Do in Waku Mar 27, 2024
@weboko weboko added the good first issue Good for newcomers label Mar 27, 2024
@weboko
Copy link
Collaborator

weboko commented Mar 27, 2024

This is a nice to have feature as current mitigation is:

  • press Update button in a PR;
  • pull master to a PR and sign commit;

I suspect it might not be possible to do this enhancement as it is would require creating some bot that will monitor PRs and will do a rebase against master. AFAIK there is no configuration for it in Github

Marking as good first issue as it doesn't require much knowledge of protocols.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: To Do
Development

No branches or pull requests

3 participants