Skip to content

Commit 7b2f9c9

Browse files
committed
Set pseudo committer info
1 parent c9fa307 commit 7b2f9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-subtree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "Nothing to cherry-pick, ${UPSTREAM_FROM} matches ${UPSTREAM_HEAD} (${SUBTREE_HEAD_MSG})"
7979
echo "MERGE_CONFLICTS=noop" >> $GITHUB_ENV
8080
else
81-
git cherry-pick ${UPSTREAM_FROM}..rust-filtered/subtree/library
81+
git -c user.name=gitbot -c user.email=git@bot cherry-pick ${UPSTREAM_FROM}..rust-filtered/subtree/library
8282
echo "MERGE_CONFLICTS=maybe" >> $GITHUB_ENV
8383
fi
8484

0 commit comments

Comments
 (0)