awharn/Check Changelog
Check if a changelog has changed, and a header has been specified
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| header | The header to search for in the changelog | yes | ## Recent Changes |
| file | The path to the changelog | no | CHANGELOG.md |
| lerna | Whether or not this is a lerna monorepo | no | false |
| pnpm | Whether or not this is a pnpm monorepo | no | false |
| yarnWorkspaces | Whether or not this is a yarn workspaces monorepo | no | false |
| ignoreFiles | The files in a repository that, if changed, do not require a changelog update | no | package-lock.json |
Outputs
| name | description |
|---|---|
| changes | If changes were made to non-ignored files in the PR diff |
| changed | If the changelog file was changed in the PR diff |
| header | If the required header was found |