#3534·PyGithub

PullRequest.create_review_comment 接受无效的 start_side 值 'side'

作者: Bolt4243创建于 2026年6月17日更新于 2026年6月17日

PullRequest.create_review_comment 通过以下方式验证 start_side:

python
assert is_undefined(start_side) or start_side in ["LEFT", "RIGHT", "side"], start_side

内容来源: PyGithub/PyGithub