Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/claude-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
steps:
- name: Check whether this PR event is allowed to reach Claude
id: gate
uses: actions/github-script@v7
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8

Check failure on line 53 in .github/workflows/claude-review.yml

View workflow job for this annotation

GitHub Actions / validate-workflow-yaml

53:78 [comments] too few spaces before comment: expected 2
with:
github-token: ${{ github.token }}
script: |
Expand Down Expand Up @@ -178,7 +178,7 @@
pull-requests: write
steps:
- name: Comment with the refusal reason
uses: actions/github-script@v7
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8

Check failure on line 181 in .github/workflows/claude-review.yml

View workflow job for this annotation

GitHub Actions / validate-workflow-yaml

181:78 [comments] too few spaces before comment: expected 2
with:
script: |
const reason = ${{ toJSON(needs.gate.outputs.reason) }};
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-write.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
steps:
- name: Check whether this event is allowed to reach Claude
id: gate
uses: actions/github-script@v7
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8

Check failure on line 55 in .github/workflows/claude-write.yml

View workflow job for this annotation

GitHub Actions / validate-workflow-yaml

55:78 [comments] too few spaces before comment: expected 2
with:
github-token: ${{ github.token }}
script: |
Expand Down
Loading