From 730641a6c0d3cbe34ee0740217840a0d02f8491a Mon Sep 17 00:00:00 2001 From: Andrew Brandt Date: Tue, 26 Nov 2024 12:56:40 -0500 Subject: [PATCH] chore: add pbj-maintainers to License file in CODEOWNERS **Description**: The purpose of this change is to add the pbj-maintainers group to the License file as defined in the CODEOWNERS file. **Related Issue(s)**: Fixes #332 Signed-off-by: Andrew Brandt --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 91cc613f..70a4b71a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -33,7 +33,7 @@ gradlew.bat @hashgraph/devops-ci @hashgraph/ # Protect the repository root files /README.md @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/pbj-maintainers -**/LICENSE @hashgraph/release-engineering-managers +**/LICENSE @hashgraph/release-engineering-managers @hashgraph/pbj-maintainers # Git Ignore definitions **/.gitignore @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/pbj-maintainers