qwen-code/.github/workflows
易良 f468cb61a0
ci: add Qwen Code issue follow-up bot workflow (#3854)
* ci: add issue follow-up bot workflow

* ci: gate issue follow-up bot rollout

* ci: reduce issue follow-up batch size

* ci: address issue follow-up bot review

* ci: add temporary issue bot canary

* ci: fix canary verification

* ci: dedupe bot token issue comments

* ci: remove temporary issue bot canary

* ci: avoid repeated issue bot followups

* ci: simplify issue follow-up bot prompt

* ci: refine issue follow-up bot flow

* ci: harden issue follow-up bot workflow

* ci: harden issue follow-up bot rollout

* ci: enforce follow-up bot dry-run writes

* ci: redact blocked bot command args

* ci: lock follow-up bot gh wrapper to current repo

- Require explicit `--repo <expected>` on every gh command path; reject
  any --repo value that does not match REPOSITORY/GITHUB_REPOSITORY so a
  poisoned issue body cannot redirect bot writes to another repo.
- Add OPENAI_BASE_URL to the secret-scrubbing list so an internal proxy
  URL is not echoed into comments or labels.
- Print the resolved DISPATCH_DRY_RUN / ISSUE_OPENED_DRY_RUN /
  SCHEDULE_DRY_RUN inputs alongside the resolved dry_run state for
  easier debugging of automatic vs manual paths.

* ci: tighten follow-up bot wrapper and trim noise

- Fold the repo-match check into validate_issue_edit_args /
  validate_issue_comment_args; replace the standalone require_explicit_repo
  with a smaller require_repo_match used only by the read-only paths.
- Add an upfront guard that fails fast when expected_repo is unset,
  and document the positional subcommand match.
- Drop the configuration-notice job: it warned on every issues.opened
  and cron tick when QWEN_ISSUE_FOLLOWUP_BOT_ENABLED was unset, which
  is the default state.
- Remove the redundant BOT_GITHUB_TOKEN re-export at step level
  (already inherited from the workflow env).
- Invert the dry_run resolution so every branch starts from `true` and
  flips to `false` on explicit opt-in, removing the duplicate assignments.
- Collapse the multi-line dry-run debug block into a single state line.
- Note in the prompt that global flags and short aliases (`-b`, `-F`)
  are rejected by the runner so the model only emits long-form gh
  commands.

* ci: fix shim reject logs to include full subcommand context

Agent-Logs-Url: https://github.com/QwenLM/qwen-code/sessions/1cf8097d-b747-4838-a206-63a11352facc

Co-authored-by: yiliang114 <11473889+yiliang114@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: yiliang114 <11473889+yiliang114@users.noreply.github.com>
2026-05-07 13:52:52 +08:00
..
build-and-publish-image.yml fix(docker): use scripts/build.js and update workflow for manual builds 2026-02-05 14:52:18 +08:00
check-issue-completeness.yml chore: re-organize labels for better triage results (#819) 2025-10-17 19:49:11 +08:00
ci.yml fix(i18n): sync mismatched keys between en.js and zh.js (#3534) 2026-04-24 00:38:32 +08:00
docs-page-action.yml chore(ci): fix yamllint issues (#6112) 2025-08-13 03:24:39 +00:00
e2e.yml feat(core): add shared permission flow for tool execution unification (#3723) 2026-04-30 22:10:37 +08:00
gemini-scheduled-pr-triage.yml chore: fix action lint errors 2025-08-22 12:00:10 +08:00
qwen-automated-issue-triage.yml Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
qwen-code-pr-review.yml Fix GitHub Workflows Configuration Issues (#451) 2025-08-26 16:54:52 +08:00
qwen-issue-followup-bot.yml ci: add Qwen Code issue follow-up bot workflow (#3854) 2026-05-07 13:52:52 +08:00
qwen-scheduled-issue-triage.yml Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
release-sdk-python.yml feat(sdk-python): add PyPI release workflow (#3685) 2026-05-04 21:07:21 +08:00
release-sdk.yml fix(ci): preserve preview version overrides (#3705) 2026-04-28 20:26:42 +08:00
release-vscode-companion.yml style: apply formatting and linting fixes across codebase 2026-03-06 21:58:22 +08:00
release.yml fix(ci): add merge-back PR for stable releases in release workflow (#3764) 2026-04-30 15:25:02 +08:00
sdk-python.yml feat(sdk-python): add PyPI release workflow (#3685) 2026-05-04 21:07:21 +08:00
stale.yml ci(stale): enable 35+35 stale/close policy for pull requests (#3375) 2026-04-19 09:45:17 +08:00
terminal-bench.yml Terminal Bench Integration Test (#521) 2025-09-05 17:02:03 +08:00