Skip to content

Commit

Permalink
👻 Update CODEOWNERS to match OWNERS.md (#1953)
Browse files Browse the repository at this point in the history
Updating the `CODEOWNERS` by:
  - removing old groups that no longer exist
  - remove the path that doesn't exist
  - individually add owners/reviewers

Now it should match `OWNERS.md` and let new PRs auto-request reviews.

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 committed Jun 12, 2024
1 parent 52d76e4 commit 460fded
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
* @konveyor/migration-engineering-ui-committers
/pkg/qe-tests/ @konveyor/migration-engineering-qe-committers
#
# Until an organization group (for example `@konveyor/tackle/ui-reviewers`) is created
# and maintained to hold the set of people to auto-assign PRs for review, individually
# name each person.
#
# The list (or group membership) should match up with the `OWNERS.md` file.
#
* @ibolton336 @sjd78 @rszwajko

0 comments on commit 460fded

Please sign in to comment.