Install Evergreen skills at runtime#1
Open
mrjf wants to merge 3 commits into
Open
Conversation
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.
Summary
skills:pins, so consumer repos no longer receive.github/workflows/shared/skills/v0.83.2, including local skill-ref qualification from feat: rewrite local skill refs to qualified specs ongh aw addgithub/gh-aw#47690Consumer Footprint
Evergreen consumers keep the workflow, compiled lockfile, action pin cache, and Evergreen policy files. The two Evergreen skill packages are installed into the run workspace by gh-aw and are not committed to the consumer repository.
The reusable workflow remains fully qualified. For local authoring,
gh aw addcan now rewrite.github/skills/...paths toowner/repo/path@HEAD; copied consumer workflows must preserve Evergreen's qualified refs so they do not resolve against the target repository.Validation
gh aw compile --dir workflows --validate --strict --approve --no-check-updategh aw validate --dir workflows --strict --no-check-updateruby tests/readiness_state_machine_test.rbruby tests/runtime_skills_test.rbgh aw addsmoke test confirmed both local refs rewrite togithubnext/evergreen/...@HEADgit diff --checkMerge Method
Please use Create a merge commit. The workflow pins the reviewed package commit
b050432596ffb1ca9c4a986adabdb3ea943643dd; preserving this commit series keeps that immutable skill source onmain.