Skip to content

Commit 098a1fe

Browse files
authored
add team-backends to codeowners (#1515)
### Description add team-backends to codeowners <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.) - [x] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent fdcea89 commit 098a1fe

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,17 @@ solutions/testing @vercel/turbo-oss @goncy @lfades @lpalmes
1515
# A member of Solutions and Dev Rel is also added
1616
build-output-api @tootallnate @lfades @lpalmes
1717

18+
# Backend language and service examples
19+
/go/ @vercel/team-backends
20+
/rust/ @vercel/team-backends
21+
/ruby/ @vercel/team-backends
22+
/services/ @vercel/team-backends
23+
/python/ @vercel/team-backends @vercel/team-python
24+
1825
vercel-tutor @chibicode
1926

2027
microfrontends @kitfoster @lazarv @mknichel
2128

2229
cdn @vercel/edge-ingress @vercel/edge-content @vercel/edge-security @pranavkarthik10
2330

24-
websockets @vercel/edge-ingress
31+
websockets @vercel/edge-ingress @vercel/team-backends @vercel/team-python

0 commit comments

Comments
 (0)