Skip to content

Commit c542ac5

Browse files
committed
Update version references to v0.5.3
1 parent e04fc71 commit c542ac5

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/claude-full.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "EOF" >> $GITHUB_OUTPUT
6262
6363
- name: Process with Claude Code for issue analysis
64-
uses: fractureinc/[email protected].2
64+
uses: fractureinc/[email protected].3
6565
with:
6666
mode: 'issue-analyze'
6767
issue-number: ${{ steps.issue.outputs.number }}
@@ -120,7 +120,7 @@ jobs:
120120
echo "EOF" >> $GITHUB_OUTPUT
121121
122122
- name: Process with Claude Code for issue fix
123-
uses: fractureinc/[email protected].2
123+
uses: fractureinc/[email protected].3
124124
with:
125125
mode: 'issue-fix'
126126
issue-number: ${{ steps.issue.outputs.number }}
@@ -171,7 +171,7 @@ jobs:
171171
echo "EOF" >> $GITHUB_OUTPUT
172172
173173
- name: Process with Claude Code
174-
uses: fractureinc/[email protected].2
174+
uses: fractureinc/[email protected].3
175175
with:
176176
mode: 'review'
177177
pr-number: ${{ steps.pr.outputs.number }}
@@ -210,7 +210,7 @@ jobs:
210210
echo "EOF" >> $GITHUB_OUTPUT
211211
212212
- name: Process with Claude Code Suggestions
213-
uses: fractureinc/[email protected].2
213+
uses: fractureinc/[email protected].3
214214
with:
215215
mode: 'suggest'
216216
pr-number: ${{ steps.pr.outputs.number }}
@@ -267,7 +267,7 @@ jobs:
267267
echo "EOF" >> $GITHUB_OUTPUT
268268
269269
- name: Process with Claude Code for code review comment
270-
uses: fractureinc/[email protected].2
270+
uses: fractureinc/[email protected].3
271271
with:
272272
mode: 'review'
273273
pr-number: ${{ steps.details.outputs.number }}
@@ -322,7 +322,7 @@ jobs:
322322
echo "EOF" >> $GITHUB_OUTPUT
323323
324324
- name: Process with Claude Code Suggestions for code review
325-
uses: fractureinc/[email protected].2
325+
uses: fractureinc/[email protected].3
326326
with:
327327
mode: 'suggest-review'
328328
pr-number: ${{ steps.details.outputs.number }}

.github/workflows/claude-label-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git config --global user.email "[email protected]"
5050
5151
- name: Process issue with Claude Code
52-
uses: fractureinc/[email protected].2
52+
uses: fractureinc/[email protected].3
5353
with:
5454
mode: 'issue-fix'
5555
issue-number: ${{ github.event.issue.number }}

.github/workflows/example-minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# This demonstrates how to use the reusable workflow for comment-based interactions
1010
jobs:
1111
claude-integration:
12-
uses: fractureinc/claude-code-github-action/.github/workflows/[email protected].2
12+
uses: fractureinc/claude-code-github-action/.github/workflows/[email protected].3
1313
with:
1414
# Optional customizations:
1515
issue-label: 'claude-fix' # The label used to trigger issue fixes

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
jobs:
3232
claude-integration:
33-
uses: fractureinc/claude-code-github-action/.github/workflows/[email protected].2
33+
uses: fractureinc/claude-code-github-action/.github/workflows/[email protected].3
3434
with:
3535
issue-label: 'claude-fix' # Optional: customize the trigger label
3636
secrets:
@@ -48,7 +48,7 @@ on:
4848
4949
jobs:
5050
claude-label-fix:
51-
uses: fractureinc/claude-code-github-action/.github/workflows/[email protected].2
51+
uses: fractureinc/claude-code-github-action/.github/workflows/[email protected].3
5252
with:
5353
issue-label: 'claude-fix' # Must match your chosen label
5454
secrets:
@@ -99,7 +99,7 @@ The reusable workflows support several configuration options:
9999
```yaml
100100
jobs:
101101
claude-integration:
102-
uses: fractureinc/claude-code-github-action/.github/workflows/[email protected].2
102+
uses: fractureinc/claude-code-github-action/.github/workflows/[email protected].3
103103
with:
104104
# All parameters are optional with sensible defaults
105105
issue-label: 'claude-fix' # Label that triggers issue fixes
@@ -116,7 +116,7 @@ jobs:
116116
```yaml
117117
jobs:
118118
claude-label-fix:
119-
uses: fractureinc/claude-code-github-action/.github/workflows/[email protected].2
119+
uses: fractureinc/claude-code-github-action/.github/workflows/[email protected].3
120120
with:
121121
# All parameters are optional with sensible defaults
122122
issue-label: 'claude-fix' # Must match the label you're using
@@ -156,7 +156,7 @@ All parameters are optional and have sensible defaults.
156156

157157
## Enhanced Context for Claude
158158

159-
With version 0.5.2, Claude now receives complete context for your PRs and issues, including:
159+
With version 0.5.3, Claude now receives complete context for your PRs and issues, including:
160160

161161
- PR metadata (title, description, branch info)
162162
- Issue details (title, description, labels)

0 commit comments

Comments
 (0)