abhinavchadaga/PR Description Generator
Generates a PR description using Claude
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 4, 2025
- License
- MIT
Pinned Snippet
uses: abhinavchadaga/claude-automated-pr-desc-action@b306d65fca75679d49160ef16566ee8621daa40f # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic-api-key | Anthropic API key for Claude | yes | — |
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| ignore-patterns | Comma-separated list of glob patterns to ignore from diff analysis (e.g., "dist/**,**/*.min.js,node_modules/**") | no | "" |
Outputs
| name | description |
|---|---|
| description | Generated PR description |