-
Notifications
You must be signed in to change notification settings - Fork 905
GODRIVER-3148 Use GitHub App to Auto Assign Reviewer #1572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
API Change ReportNo changes found! |
.evergreen/config.yml
Outdated
@@ -145,7 +145,7 @@ functions: | |||
# If this was a patch build, doing a fresh clone would not actually test the patch | |||
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS | |||
else | |||
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS | |||
git clone --branch GODRIVER-3148 https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems safe to update this line since the branch has been merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We still need this PR to be merged: mongodb-labs/drivers-evergreen-tools#414
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once the "clone" is updated.
(cherry picked from commit c163de4)
GODRIVER-3148
Summary
Auto-assign PR reviewer without pinging the whole team.
Background & Motivation
N/A