File tree 4 files changed +7
-4
lines changed
clusters/app.ci/prow/03_deployment
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 85
85
- --github-endpoint=https://api.github.com
86
86
- --github-graphql-endpoint=http://ghproxy/graphql
87
87
- --config-file=/var/repo/release/core-services/pipeline-controller/config.yaml
88
+ - --lgtm-config-file=/var/repo/release/core-services/pipeline-controller/lgtm-config.yaml
88
89
- --hmac-secret-file=/etc/webhook/hmac.yaml
89
90
resources :
90
91
requests :
Original file line number Diff line number Diff line change 1
- orgs :
2
- - org : openshift
3
- repos :
4
- - ci-tools
1
+
Original file line number Diff line number Diff line change
1
+ orgs :
2
+ - org : openshift
3
+ repos :
4
+ - ci-tools
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ external_plugins:
37
37
- endpoint : http://pipeline-controller
38
38
events :
39
39
- pull_request
40
+ - issue_comment
40
41
name : pipeline-controller
41
42
- endpoint : http://multi-pr-prow-plugin
42
43
events :
You can’t perform that action at this time.
0 commit comments