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
Id Issue
As per the specifications, the endpoint should contain the issue number, not the issue ID.
Currently, editIssueR has the following type:
editIssueR
editIssueR :: Name Owner -> Name Repo -> Id Issue -> EditIssue -> Request 'RW Issue
I propose to change it to:
editIssueR :: Name Owner -> Name Repo -> IssueNumber -> EditIssue -> Request 'RW Issue
The text was updated successfully, but these errors were encountered:
Thanks for catching this. PR would be nice.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
As per the specifications, the endpoint should contain the issue number, not the issue ID.
Currently,
editIssueR
has the following type:I propose to change it to:
The text was updated successfully, but these errors were encountered: