Files
kubevela/.github
Ayush Kumar ec8687cbf7 Fix: stop issue-commands bot failing on expired workflow PAT (#7305)
* Fix: stop issue-commands bot failing on expired workflow PAT

The bot job always failed with 401 Bad credentials because
GH_KUBEVELA_COMMAND_WORKFLOW is invalid. Validate that secret and fall
back to github.token, patch the triage action so it does not call
users.getAuthenticated, and harden /retest against non-retriable runs.

Signed-off-by: Ayush Kumar <ayushshyamkumar888@gmail.com>

* Fix: keep Node 14 for kubevela-github-actions npm ci

Node 20 npm rejects the v0.4.2 package-lock as out of sync. Install deps
with Node 14 again so the triage action can load.

Signed-off-by: Ayush Kumar <ayushshyamkumar888@gmail.com>

* Fix: only retest completed workflow runs

Filter /retest candidates to status === completed so queued/pending
runs are skipped and an older completed failure can still be retried.

Signed-off-by: Ayush Kumar <ayushshyamkumar888@gmail.com>

---------

Signed-off-by: Ayush Kumar <ayushshyamkumar888@gmail.com>
(cherry picked from commit f1da2f51dd)
2026-08-12 10:43:56 +00:00
..
2023-01-04 11:52:29 +08:00
2026-06-24 10:53:56 -07:00