Revision ninja pastes the entire body of every PR in #zkdev, which can take up an entire screen. Then it reposts it every time somebody fixes a typo. Perhaps cap the body to 1st newline or 100 chars or something?
|
values = new [] {payload.repository.name ,payload.sender.login, payload.action, payload.number, payload.pull_request.title , payload.pull_request.html_url, payload.pull_request.body}; |
Revision ninja pastes the entire body of every PR in #zkdev, which can take up an entire screen. Then it reposts it every time somebody fixes a typo. Perhaps cap the body to 1st newline or 100 chars or something?
Zero-K-Infrastructure/Zero-K.info/Controllers/GithubController.cs
Line 53 in 48f6f09