Replies: 1 comment 4 replies
-
@AshishBagdane Thoughts? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Performing a Maven Release directly on the
main
branch is currently not working on this repository. This is because of the branch protection rule which requires a pull request, and an approval by at least 1 code owner (maintainer) before merging:For
model
repo, however, we can perform releases directly on themain
: https://github.com/elimu-ai/model/actions/workflows/maven-release.ymlThat's because the pull request requirement "Require a pull request before merging" has been disabled for that repo.
I suggest we do the same for this
webapp
repo, to avoid time wasted on release management. In other words; continuing as before by creating a new pull request for each issue, except for releases. Code owners (maintainers) will have access to commit directly tomain
if they want, but are encouraged to only use this access when performing releases.Beta Was this translation helpful? Give feedback.
All reactions