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
Hi @thejcannon
Before:
The code is trying to use the enum that is not defined , not imported or any other reason.
After:
In this Issue we need to change the "reason" field data type from string to an enum. Along with changing its data type we need to include specific values like:
"merged"
"closed"
"head_ref_deleted"
"automatic_head_ref_deleted"
"other"
Thankyou
@thejcannon Thanks for filling this issue. Can you point to the API spec or documentation file where you are seeing this? Is this a webhook or an API endpoint that you are working with?
Schema Inaccuracy
The
reason
forpull_request
dequeued
is marked astring
, but is some enum. It'd be nice to know the values.Expected
An enum.
Reproduction Steps
N/A
The text was updated successfully, but these errors were encountered: