From 6bcd0cd9530f8c7a1428e8ad286bda9b4cd9e9c2 Mon Sep 17 00:00:00 2001 From: Kat Yang <69819079+yangkb09@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:54:44 -0400 Subject: [PATCH] Chore: Add action items for existing dependencies to readme (#72408) * chore: add action items for existing dependencies to readme * chore: include that when reassigning back to BEP add BEP as reviewers on a PR --- scripts/modowners/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/modowners/README.md b/scripts/modowners/README.md index a06435ed262..f93e841ac82 100644 --- a/scripts/modowners/README.md +++ b/scripts/modowners/README.md @@ -84,3 +84,10 @@ gopkg.in/square/go-jose.v2@v2.6.0 filippo.io/age@v1.1.1 github.com/docker/docker@v23.0.4+incompatible ``` + +## Action items + +For existing dependencies, please review and update ownership of your team’s dependencies in `go.mod`. + +- If any assignments are incorrect, you can replace your team name with the correct team in `go.mod`. +- If you don’t know who the correct team is, you can reassign the dependency back to backend platform. Afterwards, open a PR and assign backend platform as reviewers.