-
Notifications
You must be signed in to change notification settings - Fork 90
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
Deploy and Integrate bulldozer bot #325
Labels
enhancement
New feature or request
Comments
github-actions bot
pushed a commit
that referenced
this issue
Apr 5, 2022
Implements a simple PR merge action that: - Is triggered when a label is added to the PR - Checks if all actions/checks have passed - The `merge when ready` is applied. - Then merges the PR using our guidelines. category: feature ticket: #325
obol-bulldozer bot
pushed a commit
that referenced
this issue
Apr 5, 2022
Github actions cannot be easily be triggered when all checks completed. So "merge when ready" is misleading. Change the label to trigger a merge attempt to "merge now". Since adding a label triggers the action and all checks should have passed at that point already. category: refactor ticket: #325
obol-bulldozer bot
pushed a commit
that referenced
this issue
Apr 6, 2022
Removed target branch trigger, and updated label and comment trigger. This issue was letting bulldozer bot to merge any PR if the target is main. Ref: palantir/bulldozer#304 category: bug ticket: #325
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem to be solved
Need a Bulldozer bot auto-merging PRs when they certain conditions.
Proposed solution
Ref: https://github.com/palantir/bulldozer
The text was updated successfully, but these errors were encountered: