diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f31e1a6e1..1d29894e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,8 +123,8 @@ jobs: # PR checks. go install golang.org/x/tools/cmd/goimports@v0.24.0 - 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 }} diff --git a/deploy/bundle/manifests/devworkspace-operator.clusterserviceversion.yaml b/deploy/bundle/manifests/devworkspace-operator.clusterserviceversion.yaml index a3ba636db..f779cba31 100644 --- a/deploy/bundle/manifests/devworkspace-operator.clusterserviceversion.yaml +++ b/deploy/bundle/manifests/devworkspace-operator.clusterserviceversion.yaml @@ -470,8 +470,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: ibuziuk@redhat.com name: Ilya Buziuk maturity: alpha diff --git a/deploy/templates/components/csv/clusterserviceversion.yaml b/deploy/templates/components/csv/clusterserviceversion.yaml index 88722ee04..ee68f3cac 100644 --- a/deploy/templates/components/csv/clusterserviceversion.yaml +++ b/deploy/templates/components/csv/clusterserviceversion.yaml @@ -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: ibuziuk@redhat.com name: Ilya Buziuk maturity: alpha