puneet2019/PR Auto Changelog
Automatically update changelog based on PR description and conventional commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| changelog-path | Path to the changelog file | no | CHANGELOG.md |
| auto-categorize | Auto-categorize based on conventional commit format | no | true |
| comment-trigger | Comment trigger phrase | no | /changelog: |
| skip-dependabot | Skip processing for dependabot PRs | no | true |
| default-behavior | "auto" = auto-generate for all PRs (opt-out via skip), "opt-in" = legacy checkbox behavior | no | auto |
| preserve-edited | Preserve entries that were auto-generated then manually edited | no | true |
| skip-labels | Comma-separated PR labels that skip changelog (e.g. "skip-changelog,dependencies") | no | "" |
Outputs
| name | description |
|---|---|
| changelog-updated | Whether the changelog was updated |
| changes-added | Number of changes added to changelog |
| entry-state | Detected state: NONE, AUTO_UNTOUCHED, AUTO_EDITED, MANUAL, SKIPPED |