kymckay/moon - CI booster
Posts per-task failure comments with stderr on pull requests and a summary to the job step.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 18, 2026
- License
- None
Pinned Snippet
uses: kymckay/moon-ci-booster@92e39df514d1043d8c8de5fb91f1ca5769c318c5 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | GitHub access token to post comments. | yes | — |
| workspace-root | Root of the moon workspace. Defaults to working directory. | — | "" |
Outputs
| name | description |
|---|---|
| comment-created | Whether or not a comment was created/updated on the pull request. |
| has-failures | 'true' if any failing tasks were found. |
| report | The generated failure summary markdown. |