-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(core/automerge): Allow a separate schedule for automerge #15680
feat(core/automerge): Allow a separate schedule for automerge #15680
Conversation
Test coverage and snapshot updates to be handled soon. Also, I'm not quite sure where to include the automerge schedule in the PR body. PR body:This PR contains the following updates:
Configuration📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 2pm" (UTC). 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. |
- added docs entry
- added test coverage
- config-description.ts reorder methods
Co-authored-by: Michael Kriese <[email protected]>
- cr changes - revert schedule.spec.ts changes - reset mocks in automerge.spec.ts
Co-authored-by: HonkingGoose <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy with the docs.
- cr changes log update
Co-authored-by: Michael Kriese <[email protected]>
- prettier fix and test update
Should i be doing anything else here ? |
🎉 This PR is included in version 32.70.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes
Added schedule support for automerge.
Context
Closes #15475
Documentation (please check one with an [x])
How I've tested my work (please tick one)
I have verified these changes via: