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.
This commit is contained in:
Ben Dean-Kawamura 2024-11-06 17:33:04 -05:00 коммит произвёл bendk
Родитель 48a71c2ebe
Коммит 139168d6af
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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"'