From bd3385db0b2e4e05093b07c8dac411ae1a807f01 Mon Sep 17 00:00:00 2001 From: Robin James Kerrison <7150842+rjkerrison@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:50:01 +0100 Subject: [PATCH 1/2] Adding documentation for the signin command --- content/integrations/how-tos/slack/use-github-in-slack.md | 1 + 1 file changed, 1 insertion(+) 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..2a56a0108e09 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 yout 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. From 60ae7ba4a0655e03726d82c3a034383027f6b331 Mon Sep 17 00:00:00 2001 From: Robin James Kerrison <7150842+rjkerrison@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:53:23 +0100 Subject: [PATCH 2/2] Update content/integrations/how-tos/slack/use-github-in-slack.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- content/integrations/how-tos/slack/use-github-in-slack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2a56a0108e09..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,7 +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 yout GitHub account" workflow.| +|`/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.