Skip to content

Commit 6320761

Browse files
authored
Revert "feat: test approving PRs as claude for dependabot reviews (#87)" (#88)
This reverts commit eef1a87.
1 parent eef1a87 commit 6320761

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/review.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name: Code Review
33
on:
44
pull_request:
55
types: [opened, synchronize]
6-
pull_request_target:
7-
types: [opened, synchronize]
86

97
jobs:
108
review:
11-
if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
9+
if: github.actor != 'dependabot[bot]'
1210
uses: ./.github/workflows/claude-code-review.yml
1311
secrets:
1412
GCP_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
@@ -17,11 +15,10 @@ jobs:
1715
CLOUD_ML_REGION: ${{ secrets.CLOUD_ML_REGION }}
1816

1917
review-dependency-bump:
20-
if: github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
21-
uses: scality/workflows/.github/workflows/claude-code-dependency-review.yml@feature/auth-as-claude-app
18+
if: github.actor == 'dependabot[bot]'
19+
uses: ./.github/workflows/claude-code-dependency-review.yml
2220
secrets:
2321
GCP_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
2422
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}
2523
ANTHROPIC_VERTEX_PROJECT_ID: ${{ secrets.ANTHROPIC_VERTEX_PROJECT_ID }}
2624
CLOUD_ML_REGION: ${{ secrets.CLOUD_ML_REGION }}
27-
ACTIONS_APP_PRIVATE_KEY: ${{ secrets.ACTIONS_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)