Skip to main content

Slash Commands

GitNotifier exposes one slash command: /gitnotifier. GitNotifier slash command in Slack

Available Commands

/gitnotifier help

Show command help.

/gitnotifier mute

Mute PR notifications in the current PR thread.

/gitnotifier unmute

Unmute PR notifications in the current PR thread.

/gitnotifier mute owner/repo#123

Mute a specific pull request.

/gitnotifier unmute owner/repo#123

Unmute a specific pull request.

/gitnotifier connect

Reserved for teammate self-serve connect flow (coming soon). Currently a no-op.

Accepted PR Reference Formats

  • owner/repo#123
  • https://github.com/owner/repo/pull/123

Quick Usage

/gitnotifier mute
/gitnotifier unmute
/gitnotifier mute acme/api#42
/gitnotifier unmute acme/api#42