chore(ci): dispatch pathfinder-infra version bump on release#3374
Open
chore(ci): dispatch pathfinder-infra version bump on release#3374
Conversation
t00ts
approved these changes
Apr 30, 2026
| update-infra: | ||
| if: ${{ github.event_name == 'release' && !github.event.release.prerelease }} | ||
| needs: tag-release | ||
| runs-on: ubuntu-latest |
Contributor
There was a problem hiding this comment.
Wonder if there's a smaller image we can use for smth so self-contained like this
Contributor
Author
There was a problem hiding this comment.
if you want, I can just put it as a part of the tag-release job, but this sounded like better separation of concerns. Otherwise there's ubuntu-slim, but I never touched it and honestly, I would just trust in the latest
Contributor
Author
There was a problem hiding this comment.
no hard feelings tho, can swap if you prefer
CHr15F0x
reviewed
Apr 30, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Automatically dispatch the version bump of pathfinder in pathfinder-infra. This will create a PR in the infra repo with new version, that still needs to be merged to take an effect.
This will require setting up a fine-grained personal access token with permissions on
pathfinder-infra:actions: read + write. I think @CHr15F0x should be the owner 🤔No good way to test it, I think we should just remember to check if it worked during the next release 🙈