Skip to content

CreativeCodingSolutions/docucraft-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocuCraft Starter

A template repository showing DocuCraft in action.

What This Shows

Every PR in this repo gets an auto-generated description by DocuCraft:

  1. Open a PR — make any change and open a pull request
  2. Watch — DocuCraft automatically writes a structured description
  3. Review — clear, categorized summary of what changed and why

Quick Demo

  1. Click "Use this template" → create your own copy
  2. Edit any file and open a PR
  3. See DocuCraft generate the description automatically

Workflow

This repo runs DocuCraft on every PR:

name: DocuCraft
on: pull_request
permissions:
  contents: read
  pull-requests: write
jobs:
  generate:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: CreativeCodingSolutions/docucraft@v1
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}

About

Example repository showcasing DocuCraft GitHub Action - auto-generated PR descriptions from your diffs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors