mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
* 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)