We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190ddf7 commit 2ea41f2Copy full SHA for 2ea41f2
.github/workflows/format-patch.sh
@@ -93,7 +93,7 @@ if [[ -z "$FIRST_AUTHOR_NAME" || -z "$FIRST_AUTHOR_EMAIL" ]]; then
93
exit 1
94
fi
95
96
-COAUTHORS=$(git log workflows..HEAD --format='Co-authored-by: %an <%ae>' | sort -u)
+COAUTHORS=$(git log workflows..HEAD --format='Co-authored-by: %an <%ae>' |grep -v "$FIRST_AUTHOR_NAME" | sort -u)
97
COAUTHOR_COUNT=$(echo "$COAUTHORS" | wc -l)
98
if [[ "$COAUTHOR_COUNT" -gt 0 ]]; then
99
echo "$COAUTHORS"
0 commit comments