qwen-code/.github
qwen-code-dev-bot 3b8b8ba288
fix(ci): add default bash shell to container jobs in qwen-triage (#7838)
The `tmux-testing` and `verify` jobs run inside a `node:22-bookworm`
container where `/bin/sh` is dash. Steps using `set -o pipefail`
(a bashism) fail with "Illegal option -o pipefail" because the
default shell for `run:` steps is `sh`.

Add `defaults: run: shell: bash` to both container jobs so all
steps consistently use bash, matching the non-container jobs that
already specify `shell: 'bash'` on individual steps.

Co-authored-by: qwen-code-dev-bot <qwen-code-dev-bot@users.noreply.github.com>
2026-07-27 11:58:47 +00:00
..
actions/post-coverage-comment Upgrade GitHub Actions to latest versions (#3683) 2026-06-27 17:03:32 +00:00
assets/worktree-toggle feat(web-shell): surface worktree isolation in the new-session empty state (#7365) 2026-07-21 07:38:33 +00:00
ISSUE_TEMPLATE chore: re-organize labels for better triage results (#819) 2025-10-17 19:49:11 +08:00
scripts fix(ci): don't fail triage cleanup when there is nothing to clean (#7688) 2026-07-24 17:44:25 +00:00
workflows fix(ci): add default bash shell to container jobs in qwen-triage (#7838) 2026-07-27 11:58:47 +00:00
actionlint.yaml ci: matrix ECS runner update + sudo install + repository_dispatch trigger (#7513) 2026-07-23 05:50:04 +00:00
CODEOWNERS chore: simplify CODEOWNERS to package-level rules (#7376) 2026-07-21 02:39:33 +00:00
dependabot.yml Limit dependabot PRs to security updates (#6657) 2025-08-20 22:24:43 +00:00
pull_request_template.md docs(agents,pr-template): add Working Principles and restructure PR template (#4496) 2026-05-25 19:15:35 +08:00
release.yml ci: auto-skip internal CI changes in release notes (#7251) 2026-07-20 11:10:55 +00:00