File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ jobs:
289289 fi
290290
291291 # Get closest bors merge commit
292- PARENT_COMMIT=`git rev-list --author='122020455+rust-bors\[bot\]@users.noreply.github.com' -n1 --first-parent HEAD^1`
292+ PARENT_COMMIT=`git rev-list --author='bors@rust-lang.org' --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} \
Original file line number Diff line number Diff line change 2929 sleep 60
3030
3131 # Get closest bors merge commit
32- PARENT_COMMIT=`git rev-list --author='122020455+rust-bors\[bot\]@users.noreply.github.com' -n1 --first-parent HEAD^1`
32+ PARENT_COMMIT=`git rev-list --author='bors@rust-lang.org' --author=' 122020455+rust-bors\[bot\]@users.noreply.github.com' -n1 --first-parent HEAD^1`
3333 echo "Parent: ${PARENT_COMMIT}"
3434
3535 # Find PR for the current commit
You can’t perform that action at this time.
0 commit comments