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
We are joining the Discussions/Actions integration beta. I have tried to use issues.createComment to post a comment to a discussions conversation, but it does not support discussions. Any plan to provide API client methods for discussions?
Why?
To automate discussions like issues with rest.issues.
Alternatives you tried
rest.issues
The text was updated successfully, but these errors were encountered:
You can use octokit.request() until the REST API methods are defined in the OpenAPI spec at https://github.com/github/rest-api-description/. Once they get added to the OpenAPI spec, the .rest API gets updated automatically
What’s missing?
We are joining the Discussions/Actions integration beta. I have tried to use
issues.createComment
to post a comment to a discussions conversation, but it does not support discussions. Any plan to provide API client methods for discussions?Why?
To automate discussions like issues with
rest.issues
.Alternatives you tried
rest.issues
The text was updated successfully, but these errors were encountered: