Skip to content
New issue

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

[FEAT]: Add discussion_category_name to create release payload #2746

Closed
1 task done
AndreyAkinshin opened this issue Jul 11, 2023 · 0 comments · Fixed by #2842
Closed
1 task done

[FEAT]: Add discussion_category_name to create release payload #2746

AndreyAkinshin opened this issue Jul 11, 2023 · 0 comments · Fixed by #2842
Labels
hacktoberfest Issues for participation in Hacktoberfest Status: Up for grabs Issues that are ready to be worked on by anyone Type: Feature New feature or request

Comments

@AndreyAkinshin
Copy link
Contributor

Describe the need

When I manually create a new release, GitHub provides a checkbox "Create a discussion for this release". In the rest API, there is a corresponding parameter:

discussion_category_name string
If specified, a discussion of the specified category is created and linked to the release. The value must be a category that already exists in the repository. For more information, see "Managing categories for discussions in your repository."

https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#create-a-release

It would be nice to provide relevant API in Octokit.

SDK Version

No response

API Version

GitHub REST API 2022-11-28

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@AndreyAkinshin AndreyAkinshin added Status: Triage This is being looked at and prioritized Type: Feature New feature or request labels Jul 11, 2023
@kfcampbell kfcampbell added Priority: Normal Status: Up for grabs Issues that are ready to be worked on by anyone and removed Status: Triage This is being looked at and prioritized labels Jul 13, 2023
@nickfloyd nickfloyd added the hacktoberfest Issues for participation in Hacktoberfest label Sep 21, 2023
AndreyAkinshin added a commit to AndreyAkinshin/octokit.net that referenced this issue Dec 29, 2023
AndreyAkinshin added a commit to AndreyAkinshin/octokit.net that referenced this issue Dec 29, 2023
AndreyAkinshin added a commit to AndreyAkinshin/octokit.net that referenced this issue Dec 29, 2023
nickfloyd added a commit that referenced this issue Jan 2, 2024
Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues for participation in Hacktoberfest Status: Up for grabs Issues that are ready to be worked on by anyone Type: Feature New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants