Feature/Auto-Update Showcases Dependencies#902
Open
kapilhadoltikar wants to merge 1 commit intofinos:masterfrom
Open
Feature/Auto-Update Showcases Dependencies#902kapilhadoltikar wants to merge 1 commit intofinos:masterfrom
kapilhadoltikar wants to merge 1 commit intofinos:masterfrom
Conversation
|
|
Author
|
Hi everyone, |
Author
Hi finos/legend maintainers,I’m available to make any adjustments to the workflow logic if needed. Thank you! |
806cc6c to
59ac14b
Compare
Created a new workflow that: * Runs daily at 1 AM. * Can be triggered manually via `workflow_dispatch`. * Automatically executes `mvn versions:use-latest-versions` in the `showcases/` directory. * Runs `mvn test` to verify that the updates are safe. * Commits and pushes the updated pom.xml to master if tests pass. Signed-off-by: kapil hadoltikar <kapilh.cdac@gmail.com>
59ac14b to
efd5766
Compare
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.
Auto update Showcases dependencies
Created a new workflow that:
workflow_dispatch.mvn versions:use-latest-versionsin theshowcases/directory.mvn testto verify that the updates are safe.