Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
chore: Update list of owners and maintainers (#364)
Browse files Browse the repository at this point in the history
* Update list of owners and maintainers

* fixup! Update list of owners and maintainers

Co-authored-by: Gennady Azarenkov <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>

---------

Co-authored-by: Gennady Azarenkov <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
  • Loading branch information
3 people authored May 27, 2024
1 parent 806c5af commit 49c8caa
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-bundle-diff-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# see list of approvers in OWNERS file
environment:
${{ (github.event.pull_request.head.repo.full_name == github.repository ||
contains(fromJSON('["gazarenkov","jianrongzhang89","kadel","nickboldt","rm3l","kim-tsao","openshift-cherrypick-robot"]'), github.actor)) && 'internal' || 'external' }}
contains(fromJSON('["coreydaley","gazarenkov","kadel","nickboldt","rm3l","kim-tsao","openshift-cherrypick-robot"]'), github.actor)) && 'internal' || 'external' }}
runs-on: ubuntu-latest
steps:
- name: approved
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# see list of approvers in OWNERS file
environment:
${{ (github.event.pull_request.head.repo.full_name == github.repository ||
contains(fromJSON('["gazarenkov","jianrongzhang89","kadel","nickboldt","rm3l","kim-tsao","openshift-cherrypick-robot"]'), github.actor)) && 'internal' || 'external' }}
contains(fromJSON('["coreydaley","gazarenkov","kadel","nickboldt","rm3l","kim-tsao","openshift-cherrypick-robot"]'), github.actor)) && 'internal' || 'external' }}
runs-on: ubuntu-latest
steps:
- name: approved
Expand Down
4 changes: 2 additions & 2 deletions .rhdh/bundle/manifests/rhdh-operator.csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,10 @@ spec:
maintainers:
- email: [email protected]
name: Armel Soro
- email: [email protected]
name: Corey Daley
- email: [email protected]
name: Gennady Azarenkov
- email: [email protected]
name: Jianrong Zhang
- email: [email protected]
name: Nick Boldt
maturity: alpha
Expand Down
2 changes: 1 addition & 1 deletion OWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# if adding/removing approvers, remember to update pr-container-build.yaml to add/remove them from the authorize job
approvers:
- coreydaley
- gazarenkov
- jianrongzhang89
- kadel
- nickboldt
- rm3l
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
}
]
capabilities: Seamless Upgrades
createdAt: "2024-05-21T10:47:18Z"
createdAt: "2024-05-27T15:07:37Z"
operatorframework.io/suggested-namespace: backstage-system
operators.operatorframework.io/builder: operator-sdk-v1.33.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -300,10 +300,10 @@ spec:
maintainers:
- email: [email protected]
name: Armel Soro
- email: [email protected]
name: Corey Daley
- email: [email protected]
name: Gennady Azarenkov
- email: [email protected]
name: Jianrong Zhang
maturity: alpha
minKubeVersion: 1.25.0
provider:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ spec:
maintainers:
- email: [email protected]
name: Armel Soro
- email: [email protected]
name: Corey Daley
- email: [email protected]
name: Gennady Azarenkov
- email: [email protected]
name: Jianrong Zhang
maturity: alpha
minKubeVersion: 1.25.0
provider:
Expand Down

0 comments on commit 49c8caa

Please sign in to comment.