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
Copy file name to clipboardExpand all lines: content/integrations/how-tos/slack/use-github-in-slack.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ To use a slash command, type `/github` followed by the command you want to execu
37
37
|`/github close [issue link]`|Closes the specified issue as completed.|
38
38
|`/github close [issue link] reason:"not planned"`|Closes the specified issue with a reason. Replace `"not planned"` with your reason.|
39
39
|`/github reopen [issue link]`|Reopens the specified issue.|
40
+
|`/github signin`|Restarts the "Connect your GitHub account" workflow.|
40
41
41
42
>[!NOTE] When you subscribe a channel to a repository, the channel will receive notifications for all `open`, `close`, and `reopen` events on pull requests and issues in that repository. The channel will also receive notifications of any `push` events directly to the repository's default branch.
0 commit comments