Skip to content

Commit 7c913b7

Browse files
ConfluentToolsConfluentJenkins
andauthored
chore: update repo semaphore project (#1971)
Co-authored-by: Confluent Jenkins Bot <[email protected]>
1 parent 630798e commit 7c913b7

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.semaphore/project.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
apiVersion: v1alpha
2+
kind: Project
3+
metadata:
4+
name: confluent-kafka-dotnet
5+
description: ""
6+
spec:
7+
visibility: private
8+
repository:
9+
url: [email protected]:confluentinc/confluent-kafka-dotnet.git
10+
run_on:
11+
- branches
12+
- tags
13+
- pull_requests
14+
pipeline_file: .semaphore/semaphore.yml
15+
integration_type: github_app
16+
status:
17+
pipeline_files:
18+
- path: .semaphore/semaphore.yml
19+
level: pipeline
20+
whitelist:
21+
branches:
22+
- master
23+
- main
24+
- /^v\d+\.\d+\.x$/
25+
custom_permissions: true
26+
debug_permissions:
27+
- empty
28+
- default_branch
29+
- non_default_branch
30+
- pull_request
31+
- forked_pull_request
32+
- tag
33+
attach_permissions:
34+
- default_branch
35+
- non_default_branch
36+
- pull_request
37+
- forked_pull_request
38+
- tag

0 commit comments

Comments
 (0)