Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit eb429db

Browse files
committed
Bump version to 0.5.5
1 parent e99e2e2 commit eb429db

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.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].4
12+
uses: fractureinc/claude-code-github-action/.github/workflows/[email protected].5
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].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:
@@ -47,7 +47,7 @@ on:
4747
4848
jobs:
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
9898
jobs:
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
114114
jobs:
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-github-action",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "GitHub action for Claude Code Integration in PR comments, reviews, inline code suggestions, and issue-based fixes",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)