1
0
Fork 0

Re-runs PR on title being changed (#4172)

master
Mitchell Hentges 2019-07-19 11:21:03 -07:00 committed by GitHub
parent fc2bff0fde
commit df1410850b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}