Skip to content

Commit

Permalink
Update CODEOWNERS for the changelog directory (#3777)
Browse files Browse the repository at this point in the history
## Motivation and Context
Removes `CHANGELOG.next.toml` from `CODEOWNERS` since it no longer
exists. The file now lists the `.changelog` directory instead under
`Shared ownership`.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
  • Loading branch information
ysaito1001 authored Aug 2, 2024
1 parent 10a9205 commit 6a602d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
/rust-runtime/aws-smithy-http-server-typescript/ @smithy-lang/smithy-rs-server

# Shared ownership
/.changelog/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/.github/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/CHANGELOG.md @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/CHANGELOG.next.toml @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/README.md @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/build.gradle.kts @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/buildSrc/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
Expand Down

0 comments on commit 6a602d4

Please sign in to comment.