From 139168d6af8dd782062e460fedd9fea2723a83c4 Mon Sep 17 00:00:00 2001 From: Ben Dean-Kawamura Date: Wed, 6 Nov 2024 17:33:04 -0500 Subject: [PATCH] Update the taskcluster commenting logic This will run all the tasks on `/taskcluster ci full` which matches handling of `[ci full]` in the PR title. --- .taskcluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index a02ac45c4..45473e1b0 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -212,8 +212,8 @@ tasks: $if: 'tasks_for == "cron"' then: '${cron.quoted_args}' else: - $if: 'tasks_for == "github-issue-comment"' - then: '--target-tasks-method=${event.taskcluster_comment}' + $if: 'tasks_for == "github-issue-comment" && event.taskcluster_comment == "ci full"' + then: '--target-tasks-method=pr-full' else: '' in: $if: 'tasks_for == "action"'