Skip to content

chore(main): release 2.1.3 #24

chore(main): release 2.1.3

chore(main): release 2.1.3 #24

Workflow file for this run

name: "Claude: Auto Docs"
on:
pull_request:
types: [closed]
branches: [main]
paths:
- "JsonApiToolkit/**"
jobs:
generate-docs:
if: github.event.pull_request.merged == true
permissions:
contents: write
pull-requests: write
id-token: write
uses: intility/reusable-claude/.github/workflows/claude-auto-docs.yml@58c3c5cad89379ba2154fd9e2e17cbba5a7f093d # v1.1.1

Check failure on line 17 in .github/workflows/claude-docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/claude-docs.yml

Invalid workflow file

error parsing called workflow ".github/workflows/claude-docs.yml" -> "intility/reusable-claude/.github/workflows/claude-auto-docs.yml@58c3c5cad89379ba2154fd9e2e17cbba5a7f093d" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
source_repo: ${{ github.repository }}
source_pr_id: ${{ github.event.pull_request.number }}
docs_repo: ${{ github.repository }}
system_prompt_path: ".github/prompts/docs-system-prompt.md"
docs_pr_title_prefix: "docs:"
secrets: inherit