-
Notifications
You must be signed in to change notification settings - Fork 186
Support Reactions of Comments #266
Copy link
Copy link
Open
Labels
api-reactionsWork to complete the API's defined here: https://developer.github.com/v3/reactionsWork to complete the API's defined here: https://developer.github.com/v3/reactionsdiscussionWe are looking for additional community feedback on this topic before proceeding further.We are looking for additional community feedback on this topic before proceeding further.enhancementAn issue or pull request introducing new functionality to the project.An issue or pull request introducing new functionality to the project.triage neededAn issue that needs to be reviewed by a member of the team.An issue that needs to be reviewed by a member of the team.
Metadata
Metadata
Assignees
Labels
api-reactionsWork to complete the API's defined here: https://developer.github.com/v3/reactionsWork to complete the API's defined here: https://developer.github.com/v3/reactionsdiscussionWe are looking for additional community feedback on this topic before proceeding further.We are looking for additional community feedback on this topic before proceeding further.enhancementAn issue or pull request introducing new functionality to the project.An issue or pull request introducing new functionality to the project.triage neededAn issue that needs to be reviewed by a member of the team.An issue that needs to be reviewed by a member of the team.
Feature Idea Summary
Now that #193 is in, this will track reacting to
Feature Idea Additional Details
In #193, I proposed:
For
Get-GitHubCommentI've can addPullRequestNumberandIssueNumberGet-GitHubReactionwill have a parameter set just for Issue (PullRequestNumberwill then be alias so that pipeline works) with an optional Comment parameter. When we support Pull Request Comments we can split up into 2 parameter sets:PullRequestCommentPullRequestReviewCommentwhere we add a
ReviewCommentparamThis would also align with
Get-GitHubCommentwhich can get PR Comments today.Requested Assignment