We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/hub4j/github-api/blob/e14ec3b3677760714cd096ad8157a3e6a6dded65/src/main/java/org/kohsuke/github/GHIssueStateReason.java
https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#update-an-issue
state_reason string or null Can be one of: completed, not_planned, reopened, null
reopened is supported and should be added.
reopened
The text was updated successfully, but these errors were encountered:
Actually there is a re-open method. I am not sure if it makes more sense to have that use reopen (as the reason) instead of adding this to the enum.
reopen
github-api/src/main/java/org/kohsuke/github/GHIssue.java
Line 329 in e14ec3b
I tried looking for closing as a duplicate and it is weird the API doesn't allow it, but it is a feature on GH web UI.
Sorry, something went wrong.
No branches or pull requests
https://github.com/hub4j/github-api/blob/e14ec3b3677760714cd096ad8157a3e6a6dded65/src/main/java/org/kohsuke/github/GHIssueStateReason.java
https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#update-an-issue
reopened
is supported and should be added.The text was updated successfully, but these errors were encountered: