Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef87eeb

Browse filesBrowse files
asvetlovbrettcannon
authored andcommitted
Fix readme: toml requires lower-cased true/false for bools (#236)
1 parent 94b2001 commit ef87eeb
Copy full SHA for ef87eeb

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎cherry_picker/readme.rst

Copy file name to clipboardExpand all lines: cherry_picker/readme.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Configuration file example::
102102
team = "aio-libs"
103103
repo = "aiohttp"
104104
check_sha = "f382b5ffc445e45a110734f5396728da7914aeb6"
105-
fix_commit_msg = False
105+
fix_commit_msg = false
106106

107107

108108
Available config options::
@@ -330,10 +330,10 @@ Changelog
330330
1.1.0
331331
-----
332332

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``
334334
will replace the issue number in the commit message, from ``#`` to ``GH-``.
335335
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>`_
337337
and `aiohttp Issue #2853 <https://github.com/aio-libs/aiohttp/issues/2853>`_).
338338

339339
1.0.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.