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

Investigate feasibility of auto-merging dependabot PRs #872

Open
joeparsons opened this issue Aug 9, 2023 · 1 comment
Open

Investigate feasibility of auto-merging dependabot PRs #872

joeparsons opened this issue Aug 9, 2023 · 1 comment
Labels
ci Continuous integration / automation enhancement New feature or request

Comments

@joeparsons
Copy link
Member

What is the problem that we want to solve?

It would be nice to be able to have dependabot PRs that pass existing checks and that don't actually change any dist files get merged automatically.

Documentation:
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request

@joeparsons joeparsons added enhancement New feature or request ci Continuous integration / automation labels Aug 9, 2023
@trackleft
Copy link
Member

Requirements:

  1. Auto merging must only happen when the github actor is dependabot
  2. All checks must pass (including approvals)
  3. Rebasing subsequent dependabot PRs after merging should not cause a mess.
  4. There should be no changes to the dist folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration / automation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants