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
* yasu/slack-unfurl-links-pr-issue:
only show comments if non-zero
omit pr/issue description
make fields short and space-pad list fields
update docs with link unfurl for pr and issue
tests: add test cases for PR and issue url handling
handle incoming PR and issue links and parse them
add api routes to retrieve GH issues and PRs
tests: add new repo fields to tests
define slack message generation logic for PRs and issues
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Run the `_build/default/src/monorobot.exe` binary. The following commands are su
42
42
43
43
### Link Unfurling
44
44
45
-
You can configure Monorobot to [unfurl GitHub links](https://api.slack.com/reference/messaging/link-unfurling) in Slack messages. Currently, commit links are supported.
45
+
You can configure Monorobot to [unfurl GitHub links](https://api.slack.com/reference/messaging/link-unfurling) in Slack messages. Currently, commit, pull request, and issue links are supported.
46
46
47
47
1. Give your app `links:read` and `links:write`[permissions](https://api.slack.com/apps).
48
48
1. Configure your app to [support the Events API](https://api.slack.com/events-api#prepare). During the [url verification handshake](https://api.slack.com/events-api#the-events-api__subscribing-to-event-types__events-api-request-urls__request-url-configuration--verification__url-verification-handshake), you should tell Slack to direct event notifications to `<server_domain>/slack/events`. Ensure the server is running before triggering the handshake.
0 commit comments