From ceb550e294fecbdd415c42f18c452c1e7d7207f7 Mon Sep 17 00:00:00 2001 From: Amy Farrell Date: Thu, 21 Nov 2024 17:20:31 -0800 Subject: [PATCH 1/4] USAGOV-2101-add-codeowners: Add CODEOWNERS file, with benefits-finder contacts for that module --- docs/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/CODEOWNERS diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS new file mode 100644 index 0000000000..d540272f62 --- /dev/null +++ b/docs/CODEOWNERS @@ -0,0 +1,7 @@ +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Benefits-finder tool team +web/modules/custom/usagov_benefit_finder geoffrey.queen@gsa.gov yuechen.chi@gsa.gov +config/sync/*bears* +config/sync/*benefit_* +config/sync/*benefits_finder* From c7f89ed5772822d88672f5a02f5d267bf5c63131 Mon Sep 17 00:00:00 2001 From: Amy Farrell Date: Wed, 18 Dec 2024 13:48:53 -0800 Subject: [PATCH 2/4] USAGOV-2101-add-codeowners: Update codeowners and use github handles instead of email addresses --- docs/CODEOWNERS | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index d540272f62..03bfec114a 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -1,7 +1,10 @@ # See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# The CODEOWNERS file itself should have eyes on it. +docs/CODEOWNERS @akf @arpage + # Benefits-finder tool team -web/modules/custom/usagov_benefit_finder geoffrey.queen@gsa.gov yuechen.chi@gsa.gov -config/sync/*bears* -config/sync/*benefit_* -config/sync/*benefits_finder* +web/modules/custom/usagov_benefit_finder @scottqueen-bixal @gchi25 +config/sync/*bears* @scottqueen-bixal @gchi25 +config/sync/*benefit_* @scottqueen-bixal @gchi25 +config/sync/*benefits_finder* @scottqueen-bixal @gchi25 From 04a88e501047383580141c79da909fd0cbf1f537 Mon Sep 17 00:00:00 2001 From: Amy Farrell Date: Fri, 20 Dec 2024 14:55:47 -0800 Subject: [PATCH 3/4] USAGOV-2101-add-codeowners: Added more bf patterns, comments, and made a small syntax tweak --- docs/CODEOWNERS | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 03bfec114a..d3516ab4a9 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -1,10 +1,23 @@ +# Github uses the patterns in this file to automatically notify the specified users +# on pull requests that touch certain files. This does NOT mean that those users +# are required to review the pull request, or that they "own" the code. +# +# Users with write access to this repo are encouraged to use this file to +# "subscribe" to notifications about code they want to keep tabs on. +# # See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners # The CODEOWNERS file itself should have eyes on it. docs/CODEOWNERS @akf @arpage -# Benefits-finder tool team -web/modules/custom/usagov_benefit_finder @scottqueen-bixal @gchi25 +# Benefits-finder tool team. +web/modules/custom/usagov_benefit_finder/ @scottqueen-bixal @gchi25 config/sync/*bears* @scottqueen-bixal @gchi25 config/sync/*benefit_* @scottqueen-bixal @gchi25 config/sync/*benefits_finder* @scottqueen-bixal @gchi25 +config/sync/core.entity_form_display.paragraph.b_* @scottqueen-bixal @gchi25 +config/sync/field.field.paragraph.b_* @scottqueen-bixal @gchi25 +config/sync/field.storage.paragraph.field_b_* @scottqueen-bixal @gchi25 +config/sync/paragraphs.paragraphs_type.b_* @scottqueen-bixal @gchi25 + + From cfe4695fe53c61d54ab60e6d982472c2394dee00 Mon Sep 17 00:00:00 2001 From: Amy Farrell Date: Fri, 20 Dec 2024 14:57:15 -0800 Subject: [PATCH 4/4] USAGOV-2101-add-codeowners: Add benefits-finder workflow actions to CODEOWNERS --- docs/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index d3516ab4a9..64a0c15d2d 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -19,5 +19,6 @@ config/sync/core.entity_form_display.paragraph.b_* @scottqueen-bixal @gchi25 config/sync/field.field.paragraph.b_* @scottqueen-bixal @gchi25 config/sync/field.storage.paragraph.field_b_* @scottqueen-bixal @gchi25 config/sync/paragraphs.paragraphs_type.b_* @scottqueen-bixal @gchi25 +.github/workflows/*benefits-finder* @scottqueen-bixal @XavierMetichecchia