]> git.ipfire.org Git - thirdparty/patchwork.git/commit
parser: Add 'X-Patchwork-Action-Required' header
authorStephen Finucane <stephen@that.guru>
Thu, 26 Aug 2021 17:18:30 +0000 (18:18 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 28 Oct 2021 10:43:35 +0000 (11:43 +0100)
commitf5cd52144cd4cbd0dd2c9cbcecdb90e6d25cbc17
treefa201079ee8eed2772e4e38257af7033aa3dbd3f
parent61002fc495cc09e95e29cd6c8b33c854d343a5b7
parser: Add 'X-Patchwork-Action-Required' header

Allow submitters to indicate that their comment is something that needs
to be addressed.

Some minors issues are addressed in the docs while we're here.

Signed-off-by: Stephen Finucane <stephen@that.guru>
docs/usage/headers.rst
docs/usage/overview.rst
patchwork/parser.py
patchwork/tests/test_parser.py