Commit a279ade 1 parent 8638002 commit a279ade Copy full SHA for 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 Original file line number Diff line number Diff line change 5
5
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
6
6
7
7
approvers:
8
+ - ammont82
8
9
- batzionb
10
+ - celdrake
11
+ - ElayAharoni
9
12
- rawagner
10
13
options: {}
11
14
reviewers:
15
+ - ammont82
12
16
- batzionb
17
+ - celdrake
18
+ - ElayAharoni
13
19
- rawagner
Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments