mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ci] Use org wide PR comment bot (#187354)
This commit is contained in:
parent
4554b75899
commit
5b0dc5faeb
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ spec:
|
|||
description: Runs manually for pull requests
|
||||
spec:
|
||||
env:
|
||||
PR_COMMENTS_ENABLED: 'true'
|
||||
ELASTIC_PR_COMMENTS_ENABLED: 'true'
|
||||
GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
|
||||
GITHUB_BUILD_COMMIT_STATUS_CONTEXT: kibana-ci
|
||||
GITHUB_STEP_COMMIT_STATUS_ENABLED: 'true'
|
||||
|
|
|
@ -170,7 +170,7 @@ export const annotateTestFailures = async () => {
|
|||
|
||||
buildkite.setAnnotation('test_failures', 'error', getAnnotation(failures, failureHtmlArtifacts));
|
||||
|
||||
if (process.env.PR_COMMENTS_ENABLED === 'true') {
|
||||
if (process.env.ELASTIC_PR_COMMENTS_ENABLED === 'true') {
|
||||
buildkite.setMetadata(
|
||||
'pr_comment:test_failures:body',
|
||||
getPrComment(failures, failureHtmlArtifacts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue