-
Notifications
You must be signed in to change notification settings - Fork 608
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
fix: go mod auto-update to commit to custom branch when dependency module is updated #4660
Comments
@pysel are you available to look into this please? |
So I manually fixed The way I think it currently works is that when a commit to any branch is made within a repository, this workflow runs. Therefore, when I merge a PR that contains This is not desired. The goal of this workflow is to commit directly to your custom branch when you update Let me know if that makes sense |
yes, that makes sense. As I said, I checked that when pushing to your local branch, this workflow only runs on a local branch. However, if that is indeed how it works when a PR is merged, I could simply remove the CC: @p0mvn |
Yes, removing |
Background
In the following PR, I made changes to
osmoutils
:#4659
The autoupdate job ran successfully but did not make a commit to my branch:
https://github.com/osmosis-labs/osmosis/actions/runs/4452408410/jobs/7820019622?pr=4659
Suggested Design
The CI should auto-commit to my branch when I change one of the dependency modules in the repository
Acceptance Criteria
The text was updated successfully, but these errors were encountered: