Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Document that bpo issues can be automatically closed using commit message #502
Comments
Better follow what GitHub has: https://help.github.com/en/articles/closing-issues-using-keywords |
- include recent changes to bpo - clarify the downsides of GitHub
Reading bpo's source code, the magic words are matching this regex
|
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"?
The text was updated successfully, but these errors were encountered: