Add Github Co-Pilot Skill to simply Middleware Fixpack updates#154
Open
martinfanning1 wants to merge 1 commit into
Open
Add Github Co-Pilot Skill to simply Middleware Fixpack updates#154martinfanning1 wants to merge 1 commit into
martinfanning1 wants to merge 1 commit into
Conversation
Add SPM Middleware Collection guidelines (.github/copilot-instructions.md) along with two skill documents: add-middleware-fixpack and a skill-template under .github/skills. These provide contributor guidance, var schemas, and step-by-step instructions for adding middleware fixpacks and creating new skills. Also bump collection patch version in galaxy.yml from 1.10.9 to 1.10.10.
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.
Add SPM Middleware Collection guidelines (.github/copilot-instructions.md) along with two skill documents: add-middleware-fixpack and a skill-template under .github/skills.
add-middleware-fixpack Skill
Adds a new version of a middleware role. This involves creating a version-specific vars file, updating the molecule test scenario(s) to reference the new version, updating the role's README.md version table and version-specific parameter rows, and updating
defaults/main.ymlif the new version becomes the new default.Takes input of the specific role that needs a new fixpack e.g. db2, ihs, liberty, ohs, oracle, weblogic, websphere) and then prompts the user for role specific information e.g. fixpack versiom, pids, java versions etc.
Tested by using the Skill to add in new fictional fixpack updates and verifying the files were updated as expected comparing back to previous PR.s
Also - Bump collection patch version in galaxy.yml from 1.10.9 to 1.10.10.