Open Sashasugar opened 1 year ago
@Sashasugar I don't think the reasoning is right. There wouldn't be a 404 because the body is empty.
A 404 might result from the PR not existing, and I don't see how that can happen since the workflow should trigger from a PR creation or change. You'd get a different error if the body was missing.
What does your workflow file look like?
I check for an empty body here:
If "depends on" or "blocked by" value isn't set in the body the check is failing on 404
Commit example
Expected behaviour is if the body is empty or no string match the check should pass through or have a custom flag to ignore 404 responses