From 6a602d434b3276f33d76ddbd197ee9cbc4fdfcdd Mon Sep 17 00:00:00 2001 From: ysaito1001 Date: Fri, 2 Aug 2024 09:44:10 -0500 Subject: [PATCH] Update `CODEOWNERS` for the changelog directory (#3777) ## 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._ --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index fb8968d43b..2b92fc6602 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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