From b6e80dcfc1fb7b6639678e3b5186a924fda7ce06 Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Thu, 16 Oct 2025 01:04:04 +0100 Subject: [PATCH] ci: Claude only reviews owner --- .github/workflows/claude-code-review.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 86622f4..db87cfd 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -3,21 +3,11 @@ name: Claude Code on: pull_request: types: [opened, synchronize] - # Optional: Only run on specific file changes - # paths: - # - "src/**/*.ts" - # - "src/**/*.tsx" - # - "src/**/*.js" - # - "src/**/*.jsx" jobs: review: name: Review - # Optional: Filter by PR author - # if: | - # github.event.pull_request.user.login == 'external-contributor' || - # github.event.pull_request.user.login == 'new-developer' || - # github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR' + if: github.event.pull_request.user.login == 'DeveloperC286' runs-on: ubuntu-latest permissions: