-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into USAGOV-2133-readme-improvements
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 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 | ||
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 | ||
.github/workflows/*benefits-finder* @scottqueen-bixal @XavierMetichecchia | ||
|
||
|