DocuCraft v1.0.0 — PR Description Generator
·
27 commits
to main
since this release
First release of DocuCraft as a GitHub Action.
What's new
- Composite GitHub Action that auto-generates PR descriptions from diffs
- Template mode (no API keys needed) — works out of the box
- AI mode (optional OpenAI integration) — smarter descriptions
- Dogfooding workflow for this repo
- Static landing page on GitHub Pages
Usage
- uses: CreativeCodingSolutions/docucraft/.github/actions/docucraft@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}