From 0fcb271316370a7dbc4644dac806662a10142258 Mon Sep 17 00:00:00 2001 From: Shaojin Wen Date: Wed, 19 Aug 2026 21:28:20 +0800 Subject: [PATCH] fix(ci): no-op touch to re-register the autofix workflow triggers Since ~2026-08-19 00:00 UTC the workflow's schedule, issue_comment, and pull_request triggers stopped creating runs while pull_request_review kept working; dispatch runs were created but never expanded into jobs (three sat queued with zero jobs for 4-11 hours). The on: block was unchanged throughout and a disable/enable cycle did not restore dispatch, consistent with a stale trigger registration on the Actions backend. Any content change forces a re-parse; this commit is that change (one comment line). --- .github/workflows/qwen-autofix.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/qwen-autofix.yml b/.github/workflows/qwen-autofix.yml index c88a49f168d..fe17eae983c 100644 --- a/.github/workflows/qwen-autofix.yml +++ b/.github/workflows/qwen-autofix.yml @@ -47,6 +47,8 @@ name: 'Qwen Autofix' # through CI_DEV_BOT_PAT so the bot acts as the configured autofix identity. # PAT label writes can emit issues:labeled events; the route guards below make # those runs exit unless the label, issue state, and ready label all match. +# 2026-08-19: no-op comment forcing Actions to re-parse this file — dispatch of +# issue_comment/schedule/pull_request events had been silently dead ~12 hours. on: issues: types: