Track tasks and feature requests
Join 40 million developers who use GitHub issues to help identify, assign, and keep track of the features and bug fixes your projects need.
Sign up for free See pricing for teams and enterprisesDocument that bpo issues can be automatically closed using commit message #502
Comments
Mariatta
added
good first issue
help wanted
labels
Jun 27, 2019
This comment has been minimized.
This comment has been minimized.
webknjaz
commented
Jun 29, 2019
|
Better follow what GitHub has: https://help.github.com/en/articles/closing-issues-using-keywords |
Mariatta
referenced
this issue
in python/peps
Jul 9, 2019
This comment has been minimized.
This comment has been minimized.
|
Reading bpo's source code, the magic words are matching this regex
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Mariatta commentedJun 27, 2019
According to PEP 595, bpo now has a feature where issues can be automatically closed, if the PR commit message looks like
closes bpo-NNNN: ...This should be documented in devguide and announced to core devs/core-workflow mailing list/discourse.
Some questions: what magic keywords accepted? "closes" "fixes" "close" "fix"?
Is it case sensitive? (I assume not)
Does it also update the "resolution" / "stage"?