- Add `fix_commit_msg` configuration item. Setting fix_commit_msg to `true`
will replace the issue number in the commit message, from `` to `GH-`.
This is the default behavior for CPython. Other projects can opt out by
setting it to `false` ([PR 233](https://github.com/python/core-workflow/pull/233)
and [aiohttp issue 2853](https://github.com/aio-libs/aiohttp/issues/2853)).