Simply fetch latest version from the dedicated file#130
Merged
OliverMKing merged 3 commits intoAzure:mainfrom Mar 1, 2024
Merged
Simply fetch latest version from the dedicated file#130OliverMKing merged 3 commits intoAzure:mainfrom
OliverMKing merged 3 commits intoAzure:mainfrom
Conversation
Contributor
Author
|
@microsoft-github-policy-service agree |
5fce490 to
59ccd8a
Compare
It gets updated as part of the helm release workflow: https://github.com/helm/helm/blob/c5698e5e51949c4ab86a22c5566fac20e13d6f73/.github/workflows/release.yml#L49 This means the github token is no longer required, making it much nicer for composite actions wanting to leverage this one.
59ccd8a to
cb38b0b
Compare
Contributor
Author
|
@OliverMKing Hi, can you give me a hint as to how often PRs here get looked at ? |
OliverMKing
suggested changes
Feb 29, 2024
Contributor
OliverMKing
left a comment
There was a problem hiding this comment.
left two small comments. Thank you for this addition! I really like it
OliverMKing
reviewed
Feb 29, 2024
Contributor
Author
I like it too. Can't wait to adopt that action in a few places 😉 |
OliverMKing
approved these changes
Mar 1, 2024
jaiveerk
approved these changes
Mar 1, 2024
Contributor
|
This is available in v4.1.0 |
Contributor
Author
Awesome ! |
5 tasks
1 task
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.
It gets updated as part of the helm release workflow:
https://github.com/helm/helm/blob/c5698e5e51949c4ab86a22c5566fac20e13d6f73/.github/workflows/release.yml#L49
This means the github token is no longer required, making it much nicer
for composite actions wanting to leverage this one.