Skip to content

Commit 9399309

Browse files
authored
Rollup merge of #150884 - bors-email-ci, r=jieyouxu
Update bors email in CI postprocessing step This was breaking CI job summaries. I don't think we have to backport it, should be mostly harmless.
2 parents e7b0803 + e275c23 commit 9399309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
fi
290290
291291
# Get closest bors merge commit
292-
PARENT_COMMIT=`git rev-list --author='bors <bors@rust-lang.org>' -n1 --first-parent HEAD^1`
292+
PARENT_COMMIT=`git rev-list --author='122020455+rust-bors\[bot\]@users.noreply.github.com' -n1 --first-parent HEAD^1`
293293
294294
./build/citool/debug/citool postprocess-metrics \
295295
--job-name ${CI_JOB_NAME} \

0 commit comments

Comments
 (0)