mandel-macaque/git-memento-note-comment
Post commit comments from git-memento notes, or enforce note coverage in CI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Action mode. Use "comment" to post commit comments, "gate" to enforce note coverage, or "merge-carry" to copy PR notes onto merge commits. | no | comment |
| github-token | GitHub token used to read/write commit comments. | no | ${{ github.token }} |
| notes-fetch-refspec | Refspec used to fetch git notes. | no | refs/notes/*:refs/notes/* |
| audit-range | Explicit rev-list range for mode=gate. If empty, range is inferred from event context. | no | "" |
| base-ref | Optional base branch name for pull_request range inference in mode=gate. | no | "" |
| strict | Whether invalid note structure should fail mode=gate. | no | true |
| ignore-label | Pull request label that bypasses gate note coverage checks. | no | ignore-notes |
| max-comment-length | Maximum comment body length to emit. | no | 65000 |
| carry-onto | Optional target commit for mode=merge-carry. Defaults to pull_request.merge_commit_sha. | no | "" |
| carry-range | Optional explicit source range for mode=merge-carry (format <base>..<head>). | no | "" |
| carry-base-sha | Optional base SHA for mode=merge-carry when carry-range is not provided. | no | "" |
| carry-head-sha | Optional head SHA for mode=merge-carry when carry-range is not provided. | no | "" |
| carry-provider | Provider name to set in local git config for mode=merge-carry. | no | codex |
Outputs
no outputs