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:
Родитель
48a71c2ebe
Коммит
139168d6af
|
@ -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"'
|
||||
|
|
Загрузка…
Ссылка в новой задаче