Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/integrations/how-tos/slack/use-github-in-slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading