This repository was archived by the owner on Jun 21, 2024. It is now read-only.
update_submodule_versions: add new action#40
Merged
tomassebestik merged 1 commit intoespressif:masterfrom Jun 29, 2023
Merged
Conversation
99e3805 to
a8a668c
Compare
5 tasks
This action helps automate updates to repository submodules. When the action is run, it will: 1. Read information about the submodules from .gitmodules file 2. For each submodule: 1. Check if there are new release tags in upstream repository 2. If yes, create a branch where the update will be performed 3. Update the submodule commit 4. Optionally, update idf_component.yml file with the new version 5. Push the branch to Github repository 6. Open a pull request
a8a668c to
ceac087
Compare
Member
|
LGTM! Good to have this feature. |
|
@tomassebestik PTAL |
|
@tomassebestik @kumekay PTAL |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This action helps automate updates to repository submodules.
When the action is run, it will:
See espressif/idf-extra-components#174 for the case where this action is applied and links for example PRs created using this action.