Skip to content
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
50 changes: 24 additions & 26 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
# Give everyone ownership for everything expections listed below
* @wundergraph/Cosmo @wundergraph/Router
# Give everyone ownership for everything exceptions listed below
* @wundergraph/Cosmo @wundergraph/Router
Comment thread
comatory marked this conversation as resolved.

# Protect the CODEOWNERS file
/.github/CODEOWNERS @StarpTech @Aenimus
/.github/CODEOWNERS @wundergraph/Owners

/admission-server/ @JivusAyrus @StarpTech @thisisnithin @wilsonrivera @Aenimus
/cdn-server/ @JivusAyrus @StarpTech @thisisnithin @wilsonrivera @Aenimus
/cli/ @endigma @JivusAyrus @StarpTech @jensneuse @wilsonrivera @Aenimus @thisisnithin
/composition/ @Aenimus @JivusAyrus @StarpTech @thisisnithin @wilsonrivera
/connect/ @Aenimus @JivusAyrus @StarpTech @jensneuse @endigma @wilsonrivera @thisisnithin
/connect-go/ @Aenimus @JivusAyrus @StarpTech @jensneuse @endigma @wilsonrivera @thisisnithin
/controlplane/ @JivusAyrus @wilsonrivera @StarpTech @thisisnithin @Aenimus
/graphqlmetrics/ @Noroth @pepol @StarpTech
/helm/ @Noroth @pepol @StarpTech
/infrastructure/ @Noroth @pepol @StarpTech
/keycloak/ @JivusAyrus @wilsonrivera @StarpTech @thisisnithin @Aenimus
/otelcollector/ @Noroth @pepol @StarpTech
/playground/ @wundergraph/Router @thisisnithin @StarpTech @Aenimus @JivusAyrus
/proto/ @JivusAyrus @wilsonrivera @StarpTech @endigma
/protographic/ @Noroth @StarpTech @endigma @dkorittki
# Same owner for router and tests to avoid requesting too many reviewers
/router/ @Noroth @devsergiy @StarpTech @jensneuse @endigma @SkArchon
/router-tests/ @Noroth @devsergiy @StarpTech @jensneuse @endigma @SkArchon
/router-plugin/ @Noroth @StarpTech @endigma @devsergiy @SkArchon
/shared/ @Aenimus @JivusAyrus @StarpTech @thisisnithin @wilsonrivera
/studio/ @JivusAyrus @wilsonrivera @StarpTech @thisisnithin @Aenimus
# Cosmo Streams / EDFS
/router/pkg/pubsub @alepane21 @StarpTech @jensneuse @dkorittki
/.github/actions/ @wundergraph/Platform
/.github/scripts/ @wundergraph/Platform
/.github/workflows/ @wundergraph/Platform
/admission-server/ @wundergraph/Cosmo
/cdn-server/ @wundergraph/Cosmo @wundergraph/Platform
/cli/ @wundergraph/Cosmo
/composition/ @wundergraph/Cosmo
/connect/ @wundergraph/Router
/connect-go/ @wundergraph/Router
/controlplane/ @wundergraph/Cosmo
/graphqlmetrics/ @wundergraph/Platform
/helm/ @wundergraph/Platform
/infrastructure/ @wundergraph/Platform
/keycloak/ @wundergraph/Cosmo
/otelcollector/ @wundergraph/Platform
/playground/ @wundergraph/Cosmo
/protographic/ @wundergraph/Router
/router/ @wundergraph/Router
/router-tests/ @wundergraph/Router
/router-plugin/ @wundergraph/Router
/studio/ @wundergraph/Cosmo
Comment thread
coderabbitai[bot] marked this conversation as resolved.

# generated protobuf files, sourced from /proto/
/router/gen/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codecov-post-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths-ignore:
- 'docs-website/**'
- '*.md'
- '.github/CODEOWNERS'

env:
CI: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ on:
paths-ignore:
- 'docs-website/**'
- '*.md'
- '.github/CODEOWNERS'
pull_request:
branches:
- main
paths-ignore:
- 'docs-website/**'
- '*.md'
- '.github/CODEOWNERS'
schedule:
- cron: '27 3 * * 1'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dummy-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'SECURITY.md'
- 'LICENSE'
- '.github/PULL_REQUEST_TEMPLATE.md'
- '.github/CODEOWNERS'
jobs:
build_test:
timeout-minutes: 5
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
paths-ignore:
- 'docs-website/**'
- '*.md'
- '.github/CODEOWNERS'

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths-ignore:
- 'docs*/**'
- '*.md'
- '.github/CODEOWNERS'

concurrency:
group: ${{github.workflow}}-${{github.head_ref}}
Expand Down
Loading