Skip to content

Commit

Permalink
Change code owners
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Spilchen committed May 7, 2024
1 parent 8229529 commit 2c5e382
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @spilchen
* @roypaulin @cchen-vertica @jizhuoyu @chinhtranvan
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
- add helm chart
- upload bundle for operatorhub OLM catalog
- upload bundle for openshift OLM catalog
olm_catalog_fork_owner:
description: 'GitHub ID of the owner for the OLM catalog forks'
required: false
type: string
secrets:
DOCKERHUB_USERNAME:
description: 'When working with images from docker.io, this is the username for login purposes'
Expand Down Expand Up @@ -97,7 +101,7 @@ jobs:
token: ${{ secrets.PAT_TOKEN }}
version: ${{ env.VERSION }}
upstreamRepo: k8s-operatorhub/community-operators
forkRepo: spilchen/community-operators
forkRepo: ${{ inputs.olm_catalog_fork_owner }}/community-operators
localRepoPath: community-operators
bundlePath: vertica-kubernetes/ci-artifacts/${{ env.VERSION }}/olm-bundle

Expand All @@ -108,6 +112,6 @@ jobs:
token: ${{ secrets.PAT_TOKEN }}
version: ${{ env.VERSION }}
upstreamRepo: redhat-openshift-ecosystem/community-operators-prod
forkRepo: spilchen/community-operators-prod
forkRepo: ${{ inputs.olm_catalog_fork_owner }}/community-operators-prod
localRepoPath: community-operators-prod
bundlePath: vertica-kubernetes/ci-artifacts/${{ env.VERSION }}/olm-bundle

0 comments on commit 2c5e382

Please sign in to comment.