Skip to content

Commit

Permalink
[Buildkite] Add notification for PRs (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Jul 24, 2023
1 parent 70f1efd commit a462a21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ spec:
filter_enabled: true
filter_condition: >-
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
env:
ELASTIC_PR_COMMENTS_ENABLED: 'true'
teams:
ecosystem: {}
ecosystem:
access_level: MANAGE_BUILD_AND_READ
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
everyone:
Expand Down

0 comments on commit a462a21

Please sign in to comment.