Skip to content

Closing Issues via Commit Messages

Recently we changed the way closing issues via commit message works on GitHub. Now when you enter "Fixes #33" in a commit message, issue 33 will only be closed once…

Author

Recently we changed the way closing issues via commit message
works on GitHub.

Now when you enter “Fixes #33” in a commit message, issue 33
will only be closed once the commit is merged into your
default branch (usually master).

This is super useful because it means the issue’s open / closed
status will map to your default branch. If the bug isn’t fixed
in your default branch, the issue will remain open. Once the
commit with the fix is merged into your default branch the
issue will be automatically closed.

When you do make a commit in a non-default branch with the
“Fixes #33” syntax, the issue will be referenced with a tooltip:

image

If you work primarily in a non-master branch, such as dev,
you can change your default branch on the repository settings page:

image

Didn’t know about this feature? You can use any of these keywords to close an issue via commit message:

close, closes, closed, fixes, fixed

All of them work the same, including this behavior.

Enjoy!

Explore more from GitHub

Product

Product

Updates on GitHub products and features, hot off the press.
GitHub Universe 2024

GitHub Universe 2024

Get tickets to the 10th anniversary of our global developer event on AI, DevEx, and security.
GitHub Copilot

GitHub Copilot

Don't fly solo. Try 30 days for free.
Work at GitHub!

Work at GitHub!

Check out our current job openings.