Skip to content

Commit a279ade

Browse files
committed
Add Assisted Installer UI Prow config
1 parent 8638002 commit a279ade

File tree

3 files changed

+60
-0
lines changed
  • ci-operator/config/openshift-assisted/assisted-installer-ui
  • core-services/prow/02_config/openshift-assisted/assisted-installer-ui

3 files changed

+60
-0
lines changed

ci-operator/config/openshift-assisted/assisted-installer-ui/OWNERS

+6
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@
55
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
66

77
approvers:
8+
- ammont82
89
- batzionb
10+
- celdrake
11+
- ElayAharoni
912
- rawagner
1013
options: {}
1114
reviewers:
15+
- ammont82
1216
- batzionb
17+
- celdrake
18+
- ElayAharoni
1319
- rawagner
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
2+
# Fetched from https://github.com/openshift-assisted/assisted-installer-ui root OWNERS
3+
# If the repo had OWNERS_ALIASES then the aliases were expanded
4+
# Logins who are not members of 'openshift' organization were filtered out
5+
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
6+
7+
filters:
8+
.*:
9+
approvers:
10+
- ammont82
11+
- batzionb
12+
- celdrake
13+
- ElayAharoni
14+
- rawagner
15+
reviewers:
16+
- ammont82
17+
- batzionb
18+
- celdrake
19+
- ElayAharoni
20+
- rawagner
21+
options: {}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
branch-protection:
2+
orgs:
3+
openshift-assisted:
4+
repos:
5+
assisted-installer-ui:
6+
protect: true
7+
required_status_checks:
8+
contexts:
9+
- Pull request / circular-deps (pull_request)
10+
- Pull request / format (pull_request)
11+
- Pull request / lint (pull_request)
12+
- Pull request / preflight-check (pull_request)
13+
- Pull request / tests (pull_request)
14+
- Pull request / translation-files (pull_request)
15+
- Pull request / unit-tests (pull_request)
16+
branches:
17+
"^releases/v.*":
18+
protect: false
19+
20+
tide:
21+
merge_method:
22+
openshift-assisted/assisted-installer-ui: squash
23+
queries:
24+
- labels:
25+
- approved
26+
- lgtm
27+
missingLabels:
28+
- do-not-merge/hold
29+
- do-not-merge/invalid-owners-file
30+
- do-not-merge/work-in-progress
31+
- needs-rebase
32+
repos:
33+
- openshift-assisted/assisted-installer-ui

0 commit comments

Comments
 (0)