mirror of
https://github.com/Z3Prover/z3
synced 2026-04-26 05:43:33 +00:00
Merge pull request #8967 from Z3Prover/copilot/fix-mark-prs-ready-review
Fix "Mark PRs Ready for Review" workflow: use PAT instead of GITHUB_TOKEN for GraphQL mutation
This commit is contained in:
commit
1e7f3e2a5f
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ jobs:
|
||||||
- name: Mark all draft pull requests ready for review
|
- name: Mark all draft pull requests ready for review
|
||||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
|
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
|
||||||
with:
|
with:
|
||||||
|
github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
async function markReady(nodeId, number, title) {
|
async function markReady(nodeId, number, title) {
|
||||||
core.info(`Marking PR #${number} "${title}" ready for review.`);
|
core.info(`Marking PR #${number} "${title}" ready for review.`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue