Skip to content

Commit

Permalink
Update .github/generate_codeowners.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kenji-miyake authored Aug 18, 2022
1 parent 52e9e17 commit 7697f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/generate_codeowners.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "" >>.github/CODEOWNERS
echo "### Automatically generated from package.xml ###" >>.github/CODEOWNERS
for package_xml in $(fd package.xml | sd "^./" ""); do
package_dir=$(dirname "$package_xml")
line="$package_dir"
line="$package_dir/*"

for maintainer in $(rg '<maintainer email="(.*)">.*' -r '$1' "$package_xml"); do
line+=" $maintainer"
Expand Down

0 comments on commit 7697f50

Please sign in to comment.