You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monorepo-migration/migrate.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ if [ -z "$CODEOWNER" ]; then
96
96
if [ -n"$CODEOWNERS_FILE" ];then
97
97
# Extract the line(s) starting with * (global owners)
98
98
# Use grep to find the line, then sed to remove the '*' and standard team handle
99
-
EXTRACTED_OWNERS=$(grep "^\* ""$CODEOWNERS_FILE"| sed 's/^\*[[:space:]]*//'| sed 's/@googleapis\/cloud-java-team-teamsync//g'| xargs)
99
+
EXTRACTED_OWNERS=$(grep "^\* ""$CODEOWNERS_FILE"| sed 's/^\*[[:space:]]*//'| sed -E 's/@googleapis\/(cloud-java-team-teamsync|yoshi-java|cloud-sdk-java-team)//g'| xargs)
0 commit comments