Skip to content

Commit

Permalink
feat(ci): allow teutonet-bot to merge pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Dec 6, 2023
1 parent 8c58a89 commit a88798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/sync-codeowners.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ for DIR in ./charts/*; do
FILE="$DIR/Chart.yaml"
DIR="${DIR//\./}"
MAINTAINERS="$(yq e '.maintainers.[].name' "$FILE" | sed 's/^/@/' | sort --ignore-case | tr '\r\n' ' ')"
echo -e "$DIR/ $MAINTAINERS"
echo -e "$DIR/ $MAINTAINERS @teutonet-bot"
done | sort

0 comments on commit a88798f

Please sign in to comment.