gh-slack icon indicating copy to clipboard operation
gh-slack copied to clipboard

feature request: support posting comment to GitHub discussion

Open ktravers opened this issue 8 months ago • 1 comments

In addition to posting comments to issues and pull requests, it would also be helpful to be able to post to GitHub discussions. For example, my team uses discussions for 1) collecting feedback on features and 2) logging decisions, two scenarios where being able to easily capture related Slack threads in a comment would be a very useful time saver.

Current behavior:

gh slack -i https://github.com/monalisa/smile/discussions/1 https://monalisa.slack.com/archives/channelIdentifier/threadIdentifier
not a repository or issue URL: "https://github.com/monalisa/smile/discussions/1"

Requested behavior:

gh slack -i https://github.com/monalisa/smile/discussions/1 https://monalisa.slack.com/archives/channelIdentifier/threadIdentifier
https://github.com/github/monalisa/smile/discussions/1#discussioncomment-123

ktravers avatar Jun 03 '24 19:06 ktravers