waku-org / js-waku

JavaScript implementation of Waku v2
https://js.waku.org
Apache License 2.0
162 stars 41 forks source link

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

Open danisharora099 opened 4 months ago

danisharora099 commented 4 months ago

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.

weboko commented 3 months ago

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

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.