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
For issues, get field state_reason to distinguish issues closed as not_planned.
This amounts to a new enum type IssueStateReason and a new field in Issue which should be parsed here:
Uh oh!
There was an error while loading. Please reload this page.
For issues, get field
state_reason
to distinguish issues closed asnot_planned
.This amounts to a new enum type
IssueStateReason
and a new field inIssue
which should be parsed here:github/src/GitHub/Data/Issues.hs
Lines 186 to 205 in f63f92c
According to https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#get-an-issue the possible values are
completed
not_planned
reopened
The text was updated successfully, but these errors were encountered: