Run PR review on both opened and synchronize events

This commit is contained in:
dayuan.jiang
2025-11-29 01:29:25 +09:00
parent 9d248e25ad
commit c03c41d320

View File

@@ -44,7 +44,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
pr-review: pr-review:
if: github.event_name == 'pull_request' && github.event.action == 'opened' if: github.event_name == 'pull_request'
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read