rishi6229/DocPsycho
Keep Spring Boot API documentation in sync with code changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic-api-key | Anthropic API key for generating documentation patches with Claude | yes | — |
| github-token | GitHub token for opening pull requests (use the GITHUB_TOKEN secret) | yes | — |
| project-dir | Path to the Spring Boot project, relative to the repository root | no | . |
| base-ref | Git ref to compare against — typically the PR base SHA. Defaults to the pull_request base SHA when triggered by a PR event. | no | ${{ github.event.pull_request.base.sha }} |
| base-branch | Target branch for the documentation pull request | no | main |
| java-version | Java version to use when building DocPsycho | no | 21 |
Outputs
| name | description |
|---|---|
| pr-url | URL of the pull request opened by DocPsycho (empty if nothing to sync) |