qwen-code/.github
易良 fe7cf68644
fix(ci): grant the packaging check the permissions its callee declares (#11532)
The scheduled packaging check failed to start. A caller must grant every
permission the called workflow's jobs declare, and the release workflow's
publish job declares `contents: write` while the OSS mirror declares
`actions: read` — the check granted only `contents: read`.

That validation runs when the workflow file is loaded, before any `if` is
evaluated, so the two jobs being unreachable in a dry run does not exempt
their permissions. The run died in two seconds with no job and no
annotation, which is what a startup failure looks like.

Grant both. Nothing here writes: the check hardcodes `dry_run` to true,
which skips the publish and the mirror job on their own conditions.
2026-09-10 09:02:21 +00:00
..
actions ci: make the Prettier lane a real gate (#11117) 2026-09-07 00:44:01 +00:00
assets docs(readme): add versioned SWE-bench scores (#10808) 2026-09-02 11:25:31 +00:00
ISSUE_TEMPLATE chore: re-organize labels for better triage results (#819) 2025-10-17 19:49:11 +08:00
scripts feat(autofix): run one bounded self-review before an address-review commit (A/B) (#11516) 2026-09-10 05:26:56 +00:00
workflows fix(ci): grant the packaging check the permissions its callee declares (#11532) 2026-09-10 09:02:21 +00:00
actionlint.yaml fix(ci): isolate and bound release validation workloads (#10765) 2026-09-02 04:58:08 +00:00
CODEOWNERS chore(github): add @qqqys as core package codeowner (#9982) 2026-08-25 06:05:48 +00:00
dependabot.yml Limit dependabot PRs to security updates (#6657) 2025-08-20 22:24:43 +00:00
issue-owners.json feat(triage): assign one accountable owner when a PR opens, and when deferring (#9813) 2026-08-29 15:23:58 +00:00
pull_request_template.md docs: require bilingual design documents (#11419) 2026-09-09 03:41:56 +00:00
release.yml ci: auto-skip internal CI changes in release notes (#7251) 2026-07-20 11:10:55 +00:00
spam-blocklist.txt ci: auto-minimize comments from org-blocked users (#7899) 2026-07-29 23:37:42 +00:00