Closed KPostOffice closed 2 years ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
This should be good 2 go, but I would appreciate a review.
Seems like a great solution for the problem /lgtm
concerns for long term:
- if the req_info can be in a greater len than limit, we arent checking that.
- Even though we are trying to keep it under the limit, the limit seems to be still large comment maybe we should cut it into half, for readability purposes.
let's get this in and see if we have a readability issue.
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: KPostOffice
The full list of commands accepted by this bot can be found here.
The pull request process is described here
add function which allows for specifying required and optional info. Optional info will be truncated if body is > gh body limit
Related Issues and Dependencies
fixes: https://github.com/thoth-station/kebechet/issues/1122
This introduces a breaking change