File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed
Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments