diff --git a/content/integrations/how-tos/slack/use-github-in-slack.md b/content/integrations/how-tos/slack/use-github-in-slack.md index 3ca6c7b93a81..fa8f6be9e502 100644 --- a/content/integrations/how-tos/slack/use-github-in-slack.md +++ b/content/integrations/how-tos/slack/use-github-in-slack.md @@ -37,6 +37,7 @@ To use a slash command, type `/github` followed by the command you want to execu |`/github close [issue link]`|Closes the specified issue as completed.| |`/github close [issue link] reason:"not planned"`|Closes the specified issue with a reason. Replace `"not planned"` with your reason.| |`/github reopen [issue link]`|Reopens the specified issue.| +|`/github signin`|Restarts the "Connect your GitHub account" workflow.| >[!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.