-
Notifications
You must be signed in to change notification settings - Fork 611
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 import paths github action #5391
Comments
#5401 fixes the logic for getting the there is another issue with this workflow: the workflow will still fail, because after updating import paths to (for example) v16 from v15, some recently introduced modules will have an invalid version set. Ex: How go.mod of
error it results in is:
Here is how this error looks in gh actions. Question to reviewers: |
Before |
@pysel thanks for the timely update of this script! Do you think you could also auto-apply state compatibility and changelog labels to the PR created by this CI job? |
Also, FYI, the proto-gen CI check is failing: https://github.com/osmosis-labs/osmosis/actions/runs/5159223921/jobs/9293878347?pr=5408 ref: #5408 |
The script doesn't seem to run |
the logic for proto has not been changed, but it only runs |
Closing as resolved |
Background
The import paths workflow seems broken:
https://github.com/osmosis-labs/osmosis/actions/runs/5115321530
Acceptance
The workflow works when manually running it
The text was updated successfully, but these errors were encountered: