Files
kubevela/.github/workflows
Ayush Kumarandgithub-actions[bot] 92872e02e1 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:44:00 +00:00
..
2025-08-22 08:55:37 -07:00