Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide accurate information #796

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
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
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Settings are configured with the `/github` slash command:
/github unsubscribe owner/repo [feature]
```

These are enabled by default, and can be disabled with the `/github unsubscribe owner/repo [feature]` command:
These are enabled by default (when subscribing to a repo, for organizations, see below), and can be disabled with the `/github unsubscribe owner/repo [feature]` command:

- `issues` - Opened or closed issues
- `pulls` - New or merged pull requests, as well as draft pull requests marked "Ready for Review"
Expand All @@ -126,6 +126,13 @@ These are enabled by default, and can be disabled with the `/github unsubscribe
- `public` - A repository switching from private to public
- `releases` - Published releases

If you are subscribing to an organization, the above "defaults" will only be applied to your default github branch. This is typically master, but can be configured to be any branch you like (under repo settings). If you are using the GitHub Slack app in an organization, and you'd like to receive Slack notifications for everything you might care about, this is the command for you:

```
/github subscribe <NAME OF ORG> issues pulls commits deployments releases reviews comments branches discussions commits:all

```

These are disabled by default, and can be enabled with the `/github subscribe owner/repo [feature]` command:

- `reviews` - Pull request reviews
Expand Down