[fenix] Re-runs PR on title being changed (https://github.com/mozilla-mobile/fenix/pull/4172)

pull/600/head
Mitchell Hentges 5 years ago committed by GitHub
parent e4502abf64
commit adf0089d60

@ -128,7 +128,7 @@ tasks:
source: ${repository}/raw/${head_rev}/.taskcluster.yml
in:
$flatten:
- $if: 'tasks_for == "github-pull-request" && event["action"] in ["opened", "reopened", "synchronize"]'
- $if: 'tasks_for == "github-pull-request" && event["action"] in ["opened", "reopened", "edited", "synchronize"]'
then:
$let:
pull_request_title: ${event.pull_request.title}

Loading…
Cancel
Save