Release Note Category
Release Note Description
GitHub has (recently?) clarified in their documentation that conclusion should only be set if status is set to completed. In this case, we were setting conclusion when status is set to in_progress, which is invalid.
It looks like there is a flag that can be set to work around this behavior, but it is invalid to disable the flag because it violates the GitHub documentation on valid parameters to the API.
Release Note Category
Release Note Description
GitHub has (recently?) clarified in their documentation that conclusion should only be set if status is set to completed. In this case, we were setting conclusion when status is set to in_progress, which is invalid.
It looks like there is a flag that can be set to work around this behavior, but it is invalid to disable the flag because it violates the GitHub documentation on valid parameters to the API.