fix(ci): grant PR review precheck permissions (#6147)

This commit is contained in:
Shaojin Wen 2026-07-02 08:14:09 +08:00 committed by GitHub
parent 46814e4f13
commit fd76550924
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,6 +63,10 @@ jobs:
github.event.pull_request.head.repo.full_name != github.repository &&
(github.event.action != 'review_requested' ||
github.event.requested_reviewer.login == 'qwen-code-ci-bot')
permissions:
contents: 'read'
pull-requests: 'read'
issues: 'write'
uses: './.github/workflows/qwen-pr-safety-precheck.yml'
ack-review-request: