Skip to content

Commit d519987

Browse files
broothieclaude
andcommitted
Update GitHub Actions workflow and gitignore
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3c3981f commit d519987

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/claude.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
permissions:
2222
contents: read
23-
pull-requests: read
24-
issues: read
23+
pull-requests: write
24+
issues: write
25+
actions: read
2526
id-token: write
2627
steps:
2728
- name: Checkout repository
@@ -45,7 +46,7 @@ jobs:
4546
# assignee_trigger: "claude-bot"
4647

4748
# Optional: Allow Claude to run specific commands
48-
# allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
49+
allowed_tools: "Bash(go build),Bash(go test),Bash(go mod tidy),Bash(go run),Bash(go vet),Bash(go fmt),Bash(golangci-lint run)"
4950

5051
# Optional: Add custom instructions for Claude to customize its behavior for your project
5152
# custom_instructions: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
coverage.out
2+
.claude

0 commit comments

Comments
 (0)