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
Omit start_column, end_column for multi-line annotation (#125)
* Omit start_column, end_column for multi-line annotation
When start_line and end_line have different values &
start_column or end_column has value, then Github API throws the
following error while creating or updating a Check-run
`HTTP 422: {"resource":"CheckRun","code":"invalid","field":"annotations"}`
0 commit comments