If you want the associated bpo ticket to be closed when the PR is merged,
you have to add the commit message saying
"closes <bpo url>"
(Note that we should document this:
https://github.com/python/devguide/issues/502)


If you want the the associated GitHub Issue to be closed, it is similar,
you have to add to the commit message or the PR description:
"closes <github pr url>"
Documentation:
https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
_______________________________________________
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/ZQJKTDWXL2SMVVNPIJJN4HX7SG4Q6NPU/
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to