eidetic-research/Eidetic Research Palimpsest
Catch customer-visible changes without release notes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base git ref. Defaults to the pull request base SHA/ref. | no | — |
| head | Head git ref. Defaults to the pull request head SHA/ref. | no | — |
| config | Config file path. Defaults to .github/changelog-debt.yml. | no | — |
| mode | warn or fail. Defaults to warn. | no | warn |
| format | json or markdown. Defaults to markdown. | no | markdown |
| comment | When true, create or update one pull request comment. Defaults to false. | no | false |
| github-token | Token used only when comment is true. Defaults to github.token. | no | ${{ github.token }} |
| event | Path to a pull_request event JSON file. Defaults to GITHUB_EVENT_PATH. | no | — |
Outputs
| name | description |
|---|---|
| json | JSON scan result. |
| markdown | Markdown scan report. |
| findings | Number of findings. |