-
Task
-
Resolution: Unresolved
-
Major
-
1.9.0
-
None
Task
Currently you can run /update-commit on an existing PR like https://github.com/redhat-developer/rhdh-plugin-export-overlays/pull/2011 to trigger it fetching a newer commit SHA for the appropriate branch.
This runs via GH action:
- https://github.com/redhat-developer/rhdh-plugin-export-overlays/actions/runs/22855265832/workflow
- https://github.com/redhat-developer/rhdh-plugin-export-overlays/blob/7153efaf0eb4180bf2eff4880da4473e08e7fc54/.github/workflows/pr-actions.yaml (700 lines of code)
- https://github.com/redhat-developer/rhdh-plugin-export-overlays/blob/7153efaf0eb4180bf2eff4880da4473e08e7fc54/.github/workflows/update-plugins-repo-refs.yaml (200 lines of code)
However the PR misses updating tags in the catalog metadata, such as in
So the ask here would be:
- that if there are new plugin tag(s) available associated with the updated SHA,
- that we also automatically bump tags in the metadata too, perhaps
- when finding the commit SHA we can also read the contents of the changelog commit in https://github.com/redhat-developer/rhdh-plugins/pull/2494 to get new version tags
- duplicates
-
RHIDP-12378 Automate version bumping of plugin metadata when updating
-
- Review
-