mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-07-09 17:19:02 +00:00
fix(ci): grant PR review precheck permissions (#6147)
This commit is contained in:
parent
46814e4f13
commit
fd76550924
1 changed files with 4 additions and 0 deletions
4
.github/workflows/qwen-code-pr-review.yml
vendored
4
.github/workflows/qwen-code-pr-review.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue