Closed kvanzuijlen closed 1 month ago
An exception will occur when the body is null (empty) and a pr description check is configured. This change will fall back to an empty string when the body is null (and thus empty).
Piece of webhook content:
{ "action": "reopened", "number": 1144, "pull_request": { ..., "body": null, ... }, ... }
This change is
An exception will occur when the body is null (empty) and a pr description check is configured. This change will fall back to an empty string when the body is null (and thus empty).
Piece of webhook content:
This change is