parent
689f351092
commit
67f570caeb
|
@ -19,10 +19,12 @@ merge:
|
||||||
disabled: false
|
disabled: false
|
||||||
# the name of the status
|
# the name of the status
|
||||||
context: "google3"
|
context: "google3"
|
||||||
# text to show when the status is pending
|
# text to show when the status is pending, {{PRNumber}} will be replaced by the PR number
|
||||||
pendingDesc: "Googler: test this change in google3 http://go/angular-g3sync"
|
pendingDesc: "Googler: run g3sync presubmit {{PRNumber}}"
|
||||||
# text to show when the status is success
|
# text to show when the status is success
|
||||||
successDesc: "Does not affect google3"
|
successDesc: "Does not affect google3"
|
||||||
|
# link to use for the details
|
||||||
|
url: "http://go/angular-g3sync"
|
||||||
# list of patterns to check for the files changed by the PR
|
# list of patterns to check for the files changed by the PR
|
||||||
# this list must be manually kept in sync with google3/third_party/javascript/angular2/copy.bara.sky
|
# this list must be manually kept in sync with google3/third_party/javascript/angular2/copy.bara.sky
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in New Issue