Skip to content

Commit

Permalink
bug 1485680 - make the relpro action a hook. r=dustin a=tomprince
Browse files Browse the repository at this point in the history
make the relpro action a hook.

Differential Revision: https://phabricator.services.mozilla.com/D5581

--HG--
extra : source : 2f95100eef2277c77140165bfcc399dd11a07b4d
extra : intermediate-source : 37273deb744fa652623f7465124bd90a7e5d4c7d
extra : histedit_source : a25a24d78a953c8d294e50e58801e8b79cb41886
  • Loading branch information
escapewindow committed Mar 12, 2019
1 parent 38c46f2 commit b38e9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taskcluster/taskgraph/actions/release_promotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def get_flavors(graph_config, param):
title='Release Promotion',
symbol='${input.release_promotion_flavor}',
description="Promote a release.",
generic=False,
order=500,
context=[],
available=is_release_promotion_available,
Expand Down

0 comments on commit b38e9dd

Please sign in to comment.