Skip to content

Commit 960c5d4

Browse files
authored
Merge branch 'main' into add-repo/capo
2 parents 777b038 + 10ed2c5 commit 960c5d4

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
/repos/internal-services.yaml @querti @mmalina
2323

2424
/repos/capo.yaml @konflux-ci/the-collective
25+
/repos/multi-platform-controller.yaml @konflux-ci/infrastructure
26+
/repos/ci-helper-app.yaml @dheerajodha
2527
/repos/tektor.yaml @konflux-ci/Vanguard
2628
/repos/test-data-sast.yaml @kdudka @sfowl @jperezdealgaba
2729
/repos/renovate-log-analyzer.yaml @konflux-ci/mintmaker-maintainers

repos/ci-helper-app.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: konflux-ci/ci-helper-app
2+
exclude_dirs:
3+
- vendor/
4+
- .github/
5+
- .tekton/
6+
- hack/
7+
- proto/
8+
- test/
9+
- tests/
10+
- integration-tests/
11+
- /fake(/|$)
12+
- /mock(s)?(/|$)
13+
- /e2e(-tests)?(/|$)
14+
- docs/
15+
exclude_files:
16+
- zz_generated.deepcopy.go
17+
- openapi_generated.go
18+
- '*.pb.go'
19+
- mock_*.go
20+
- '*_mock.go'
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: konflux-ci/multi-platform-controller
2+
exclude_dirs:
3+
- vendor/
4+
- .github/
5+
- .tekton/
6+
- hack/
7+
- proto/
8+
- test/
9+
- tests/
10+
- integration-tests/
11+
- /fake(/|$)
12+
- /mock(s)?(/|$)
13+
- /e2e(-tests)?(/|$)
14+
- docs/
15+
exclude_files:
16+
- zz_generated.deepcopy.go
17+
- openapi_generated.go
18+
- '*.pb.go'
19+
- mock_*.go
20+
- '*_mock.go'

0 commit comments

Comments
 (0)