Conversation
There was a problem hiding this comment.
Pull request overview
Adds a CLAUDE.md repository guide intended to describe the monorepo layout, test execution, and contribution conventions for reusable GitHub Actions/workflows.
Changes:
- Introduces a new
CLAUDE.mdwith sections for overview, running tests, adding actions, and conventions. - Documents a presumed test runner (
./test.sh) and test discovery approach for shell-based action tests. - Describes expected repo artifacts/conventions (README/CHANGELOG/CI workflows).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
|
Claude wrote this using other branches as context but it's currently based off of main because they haven't merged yet. I'll wait and retrigger review on this when they have. Moving to draft. |
1f00ac3 to
94ea837
Compare
There was a problem hiding this comment.
Pull request overview
Adds a CLAUDE.md contributor-oriented guide describing the repository layout, how tests are run, how to add a new action, and a few project conventions for this GitHub Actions/workflows monorepo.
Changes:
- Introduce
CLAUDE.mdwith repository overview and contribution guidance - Document test execution and (intended) test discovery conventions
- Describe conventions around action implementation and changelog updates
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| The test runner discovers all `*_test.sh` files under action subdirectories via | ||
| the glob `*/**_test.sh`. Each action's tests are self-contained shell scripts | ||
| that set up temporary git repos and validate behavior. |
No description provided.