Skip to content

PYTHON-5155 Use dochub link for fork warning #2173

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

ShaneHarvey
Copy link
Member

PYTHON-5155 Use dochub link for fork warning

@ShaneHarvey ShaneHarvey requested a review from blink1073 March 3, 2025 19:48
Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@blink1073
Copy link
Member

drivers-pr-bot please backport to v4.11

@ShaneHarvey ShaneHarvey merged commit 5ac2627 into mongodb:master Mar 3, 2025
35 of 39 checks passed
ShaneHarvey added a commit to ShaneHarvey/mongo-python-driver that referenced this pull request Mar 3, 2025
Copy link

Sorry, unable to cherry-pick to v4.11, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout -b cherry-pick-v4.11-5ac262783f7fae2bc95ba354aad0ab27d5c23423 v4.11

git fetch origin 5ac262783f7fae2bc95ba354aad0ab27d5c23423
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 5ac262783f7fae2bc95ba354aad0ab27d5c23423
  1. You will likely have some merge/cherry-pick conflicts here, fix them and commit:
git commit -am {message}
  1. Push to a named branch:
git push origin cherry-pick-v4.11-5ac262783f7fae2bc95ba354aad0ab27d5c23423
  1. Create a PR against branch v4.11. I would have named this PR:

"PYTHON-5155 Use dochub link for fork warning (#2173) [v4.11]"

@ShaneHarvey ShaneHarvey deleted the PYTHON-5155-dochub branch March 3, 2025 20:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants