-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add code owners for the releases dir
...so others can merge the generated release PRs. Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Auto-generated, do not edit; see CODEOWNERS.in | ||
* @mkolesnik @Oats87 @skitt @sridhargaddam @tpantelis | ||
*.md @dfarrell07 @mkolesnik @Oats87 @skitt @sridhargaddam @tpantelis | ||
releases/* @aswinsuryan @dfarrell07 @mkolesnik @Oats87 @skitt @sridhargaddam @tpantelis @vthapar |
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
@dfarrell07 *.md | ||
@mkolesnik * | ||
@aswinsuryan releases/* | ||
@dfarrell07 *.md releases/* | ||
@mkolesnik * | ||
@Oats87 * | ||
@skitt * | ||
@sridhargaddam * | ||
@tpantelis * | ||
@vthapar releases/* |