You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues can be referenced after @TarantoolBot doc request. Though it will
be parsed as a part of the documentation request which is wrong.
This patch makes the checkpatch issue an error if there is an issue
reference in the doc request body. Only the most popular constructions
are handled (e.g. "closes", "part of" etc.) to avoid false-positives.
Examples of handled errors:
```
@TarantoolBot document
Closes #234
Follow-up #234
Follows-up: #234
EE-Issue #234
Close #999
Close #999, #123, #9900
Close http://github.com/reference/to_issueClosetarantool/tarantool-ee#234
```
These aren't handled (referencing commits and uncommon constructions):
```
@TarantoolBot document
Follows up the commit 1e94aeff
Closes the issue #1234
Repairs #1234
```
0 commit comments