File tree 1 file changed +3
-3
lines changed
Filter options
1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Configuration file example::
102
102
team = "aio-libs"
103
103
repo = "aiohttp"
104
104
check_sha = "f382b5ffc445e45a110734f5396728da7914aeb6"
105
- fix_commit_msg = False
105
+ fix_commit_msg = false
106
106
107
107
108
108
Available config options::
@@ -330,10 +330,10 @@ Changelog
330
330
1.1.0
331
331
-----
332
332
333
- - Add ``fix_commit_msg `` configuration item. Setting fix_commit_msg to ``True ``
333
+ - Add ``fix_commit_msg `` configuration item. Setting fix_commit_msg to ``true ``
334
334
will replace the issue number in the commit message, from ``# `` to ``GH- ``.
335
335
This is the default behavior for CPython. Other projects can opt out by
336
- setting it to ``False ``. (`PR #233 <https://github.com/python/core-workflow/pull/233 >`_
336
+ setting it to ``false ``. (`PR #233 <https://github.com/python/core-workflow/pull/233 >`_
337
337
and `aiohttp Issue #2853 <https://github.com/aio-libs/aiohttp/issues/2853 >`_).
338
338
339
339
1.0.0
You can’t perform that action at this time.
0 commit comments