Skip to content

Commit b6b8e97

Browse files
author
xiangying
committed
fix
(cherry picked from commit 678c92b)
1 parent 0158736 commit b6b8e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pulsarbot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
const parts = commentBody.split(/\s+/);
6060
const sub = (parts[1] || '').toLowerCase();
6161
const arg = parts.length > 2 ? parts.slice(2).join(' ') : '';
62-
const supported = ['rerun', 'stop', 'cancel'];
62+
const supported = ['rerun', 'stop', 'cancel', 'rerun-failure-checks'];
6363
if (!supported.includes(sub)) {
6464
console.log(`Unsupported command '${sub}'. Supported: '/pulsarbot rerun [jobName?]', '/pulsarbot stop', '/pulsarbot cancel'.`);
6565
return;

0 commit comments

Comments
 (0)