Skip to content

Commit 0402367

Browse files
committed
Add Assisted Installer UI Prow config
1 parent 7c7ce8b commit 0402367

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed
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)