moonrepo/moon - CI run reports
Reports the run results of `moon ci` to a pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | GitHub access token to post comments. | yes | — |
| limit | Maximum number of actions to display in the report table. | — | 20 |
| matrix | Metadata about the current job matrix in JSON. | — | "" |
| skip-comment | Skip creating a comment. Useful alongside `report` output. | — | false |
| slow-threshold | Number of seconds before an action is to be considered slow. | — | 120 |
| sort-by | Field to sort actions by. Accepts "time" or "label". | — | "" |
| sort-dir | Direction to sort with. | — | desc |
| workspace-root | Root of the moon workspace. Defaults to working directory. | — | "" |
Outputs
| name | description |
|---|---|
| comment-created | Whether or not the comment was created on the pull request. |
| report | The generated report. |