3030
3131jobs :
3232 claude-integration :
33- uses :
fractureinc/claude-code-github-action/.github/workflows/[email protected] .4 33+ uses :
fractureinc/claude-code-github-action/.github/workflows/[email protected] .5 3434 with :
3535 issue-label : ' claude-fix' # Optional: customize the trigger label
3636 secrets :
4747
4848jobs:
4949 claude-label-fix:
50- uses: fractureinc/claude-code-github-action/.github/workflows/[email protected] .4 50+ uses: fractureinc/claude-code-github-action/.github/workflows/[email protected] .5 5151 with:
5252 issue-label: 'claude-fix' # Must match your chosen label
5353 secrets:
@@ -97,7 +97,7 @@ The reusable workflows support several configuration options:
9797` ` ` yaml
9898jobs:
9999 claude-integration:
100- uses: fractureinc/claude-code-github-action/.github/workflows/[email protected] .4 100+ uses: fractureinc/claude-code-github-action/.github/workflows/[email protected] .5 101101 with:
102102 # All parameters are optional with sensible defaults
103103 issue-label: 'claude-fix' # Label that triggers issue fixes
@@ -113,7 +113,7 @@ jobs:
113113` ` ` yaml
114114jobs:
115115 claude-label-fix:
116- uses: fractureinc/claude-code-github-action/.github/workflows/[email protected] .4 116+ uses: fractureinc/claude-code-github-action/.github/workflows/[email protected] .5 117117 with:
118118 # All parameters are optional with sensible defaults
119119 issue-label: 'claude-fix' # Must match the label you're using
@@ -152,7 +152,7 @@ All parameters are optional and have sensible defaults.
152152
153153# # Enhanced Context for Claude
154154
155- With version 0.5.4 , Claude now receives complete context for your PRs and issues, including :
155+ With version 0.5.5 , Claude now receives complete context for your PRs and issues, including :
156156
157157- PR metadata (title, description, branch info)
158158- Issue details (title, description, labels)
0 commit comments