We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b4e5d commit a34b3a1Copy full SHA for a34b3a1
.github/workflows/claude-pr-review.yml
@@ -9,6 +9,7 @@ jobs:
9
# TODO: remove author filter after testing is complete
10
if: github.event.pull_request.draft == false && github.event.pull_request.user.login == 'zfarrell'
11
runs-on: ubuntu-latest
12
+ timeout-minutes: 15
13
permissions:
14
contents: read
15
pull-requests: write
@@ -29,6 +30,7 @@ jobs:
29
30
- uses: actions/checkout@v4
31
with:
32
repository: hotdata-dev/github-workflows
33
+ ref: main
34
token: ${{ steps.app-token.outputs.token }}
35
path: .github-workflows
36
sparse-checkout: docs/claude-pr-review-prompt.md
@@ -43,6 +45,7 @@ jobs:
43
45
echo "EOF" >> $GITHUB_OUTPUT
44
46
47
- uses: anthropics/claude-code-action@v1
48
+ continue-on-error: true
49
50
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
51
track_progress: false
0 commit comments