Bug 1465945 - make retrigger an action with kind=hook; r?tomprince draft
authorDustin J. Mitchell <dustin@mozilla.com>
Thu, 31 May 2018 20:03:16 +0000
changeset 804811 326e2e452072c5dd6436efc00b8882cce53834c0
parent 802102 763f30c3421233a45ef9e67a695c5c241a2c8a3a
push id112468
push userdmitchell@mozilla.com
push dateWed, 06 Jun 2018 16:20:20 +0000
reviewerstomprince
bugs1465945
milestone62.0a1
Bug 1465945 - make retrigger an action with kind=hook; r?tomprince MozReview-Commit-ID: LlZVweIjHsg
taskcluster/taskgraph/actions/retrigger.py
--- a/taskcluster/taskgraph/actions/retrigger.py
+++ b/taskcluster/taskgraph/actions/retrigger.py
@@ -16,16 +16,18 @@ from .registry import register_callback_
 
 logger = logging.getLogger(__name__)
 
 
 @register_callback_action(
     title='Retrigger',
     name='retrigger',
     symbol='rt',
+    kind='hook',
+    generic=True,
     description=(
         'Create a clone of the task.\n\n'
     ),
     order=1,
     context=[{}],
     schema={
         'type': 'object',
         'properties': {