This repository was archived by the owner on Apr 11, 2021. It is now read-only.
Open
Conversation
Collaborator
Author
|
After working on a POC work an automated workflow using optimism-integration, I've determined the only way to make this nice is using a server that listens to Github webhooks and opens/merges PRs automatically. The developer workflow that we were going for is as follows:
For now, the solution is to make pull requests against this repository with the submodules checked out to the specific branches. The CI will run the checked out branches, we observe that the CI passes and then we manually make PRs and merges in the other repos |
ci: automated pr opening ci: remove submodule push ci: auto pr ci: auto pr fix ci: sh ci: fix for sh support ci: fix for sh support ci: bugfixing ci: bugfixing ci: bugfixing ci: bugfixing ci: bugfixing ci: bugfixing draft ci: bugfixing draft ci: bugfixing auth ci: bugfixing auth ci: bugfixing title ci: bugfixing title ci: bugfixing title ci: bugfixing nice body ci: bugfixing artifacts ci: bugfixing artifacts ci: bugfixing ci: bugfixing
3ffe7ff to
d8b8a48
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a fix for CI automation where it automatically opens PRs in the submodules. The dev workflow is to instead open PRs against the integration repo when developing with multiple submodules