Skip to content

Add a CLAUDE.md file#4

Open
fantapop wants to merge 1 commit intomainfrom
add-claude.md
Open

Add a CLAUDE.md file#4
fantapop wants to merge 1 commit intomainfrom
add-claude.md

Conversation

@fantapop
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md with 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.

@fantapop
Copy link
Contributor Author

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.

@fantapop fantapop marked this pull request as draft March 13, 2026 00:30
@fantapop fantapop force-pushed the add-claude.md branch 3 times, most recently from 1f00ac3 to 94ea837 Compare March 17, 2026 22:42
@fantapop fantapop marked this pull request as ready for review March 17, 2026 23:24
@fantapop fantapop requested a review from Copilot March 17, 2026 23:25
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md with 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.

Comment on lines +16 to +18
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants