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.
2 parents e7b0803 + e275c23 commit 9399309Copy full SHA for 9399309
1 file changed
.github/workflows/ci.yml
@@ -289,7 +289,7 @@ jobs:
289
fi
290
291
# Get closest bors merge commit
292
- PARENT_COMMIT=`git rev-list --author='bors <bors@rust-lang.org>' -n1 --first-parent HEAD^1`
+ PARENT_COMMIT=`git rev-list --author='122020455+rust-bors\[bot\]@users.noreply.github.com' -n1 --first-parent HEAD^1`
293
294
./build/citool/debug/citool postprocess-metrics \
295
--job-name ${CI_JOB_NAME} \
0 commit comments