Skip to content

Commit 5888154

Browse files
yaraya24am-stead
andauthored
Add signout command for GitHub in Slack (#60557)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
1 parent 7de0233 commit 5888154

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/integrations/how-tos/slack/use-github-in-slack.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ To use a slash command, type `/github` followed by the command you want to execu
3636
|`/github close [issue link]`|Closes the specified issue as completed.|
3737
|`/github close [issue link] reason:"not planned"`|Closes the specified issue with a reason. Replace `"not planned"` with your reason.|
3838
|`/github reopen [issue link]`|Reopens the specified issue.|
39-
|`/github signin`|Restarts the "Connect your GitHub account" workflow.|
39+
|`/github signin`|Restarts the "Connect your {% data variables.product.github %} account" workflow.|
40+
|`/github signout`|Disconnects your {% data variables.product.github %} account from your Slack user.|
4041

4142
>[!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.
4243

0 commit comments

Comments
 (0)