diff options
| author | Ha Thach <[email protected]> | 2026-03-05 21:25:58 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-05 21:25:58 +0700 |
| commit | ae3864d21f2b206ae41d1d424b96fea0ac7e0dc6 (patch) | |
| tree | 2c35c9cd84662958fe7853e2a8563ca2bc8e6fe9 /.github | |
| parent | cd7bbba1ddc1ee8f6b4f896c98a5ec452b0953d6 (diff) | |
| parent | ce8a77083dc00423b2c1a4c7657aa7290684dea6 (diff) | |
Merge pull request #3423 from armusin/threadx_osal
ThreadX OSAL header
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/claude-code-review.yml | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 25f4ad18c..5ba2fe900 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -1,27 +1,15 @@ name: Claude Code Review on: - pull_request: + pull_request_target: types: [opened, synchronize, ready_for_review, reopened] - # Optional: Only run on specific file changes - # paths: - # - "src/**/*.ts" - # - "src/**/*.tsx" - # - "src/**/*.js" - # - "src/**/*.jsx" jobs: claude-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' - runs-on: ubuntu-latest permissions: contents: read - pull-requests: read + pull-requests: write issues: read id-token: write |
