Skip to content
Snippets Groups Projects
Unverified Commit 7ab56e96 authored by david-perez's avatar david-perez Committed by GitHub
Browse files

Allow both teams to release new smithy-rs versions independently (#1618)

This commit modifies the `CODEOWNERS` to allow both
`@awslabs/rust-sdk-owners` and `@awslabs/smithy-rs-server` teams to
release new versions of smithy-rs independently, without requiring peer
approval from the other team.

Syntax and semantics of `CODEOWNERS`: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
parent 5d69e730
Branches
Tags
No related merge requests found
......@@ -3,3 +3,6 @@
/codegen-server-test/ @awslabs/smithy-rs-server
/rust-runtime/aws-smithy-http-server/ @awslabs/smithy-rs-server
/rust-runtime/aws-smithy-http-server-python/ @awslabs/smithy-rs-server
# Either team is able to modify this file to release new smithy-rs versions.
gradle.properties @awslabs/rust-sdk-owners @awslabs/smithy-rs-server
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment