Skip to content

Commit 9989ae3

Browse files
chore: update repo semaphore project (#21)
Co-authored-by: ConfluentSemaphore <[email protected]>
1 parent 9a7530d commit 9989ae3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.semaphore/project_public.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# This file is managed by ServiceBot plugin - Semaphore. The content in this file is created using a common
2+
# template and configurations in service.yml.
3+
# Modifications in this file will be overwritten by generated content in the nightly run.
4+
# For more information, please refer to the page:
5+
# https://confluentinc.atlassian.net/wiki/spaces/Foundations/pages/2871296194/Add+SemaphoreCI
6+
apiVersion: v1alpha
7+
kind: Project
8+
metadata:
9+
name: confluent-kafka-javascript
10+
description: ""
11+
spec:
12+
visibility: public
13+
repository:
14+
url: [email protected]:confluentinc/confluent-kafka-javascript.git
15+
run_on:
16+
- forked_pull_requests
17+
pipeline_file: .semaphore/semaphore.yml
18+
integration_type: github_app
19+
status:
20+
pipeline_files:
21+
- path: .semaphore/semaphore.yml
22+
level: pipeline
23+
forked_pull_requests:
24+
allowed_contributors:
25+
- "ConfluentSemaphore"

0 commit comments

Comments
 (0)