Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove aobuchow from code-owners #1357

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Global Owners
* @AObuchow @dkwon17 @ibuziuk
* @dkwon17 @ibuziuk
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ jobs:
# PR checks.
go install golang.org/x/tools/cmd/[email protected]

git config --global user.name "Andrew Obuchowicz"
git config --global user.email "aobuchow@redhat.com"
git config --global user.name "David Kwon"
git config --global user.email "dakwon@redhat.com"

export GITHUB_TOKEN=${{ secrets.CHE_INCUBATOR_BOT_GITHUB_TOKEN }}

Expand Down
2 changes: 0 additions & 2 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
reviewers:
- AObuchow
- dkwon17
approvers:
- AObuchow
- dkwon17
component: DevWorkspace Operator

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions deploy/templates/components/csv/clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ spec:
- name: Devworkspace Operator
url: https://github.com/devfile/devworkspace-operator
maintainers:
- email: aobuchow@redhat.com
name: Andrew Obuchowicz
- email: dakwon@redhat.com
name: David Kwon
- email: [email protected]
name: Ilya Buziuk
maturity: alpha
Expand Down
Loading