Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 7da3135

Browse files
committed
Tweaked command usage in github-issue-link
1 parent 4625127 commit 7da3135

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/scripts/github-issue-link.coffee

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
# HUBOT_GITHUB_API
1313
#
1414
# Commands:
15-
# Listens for #nnn or repo-name#nnn and links to the issue on github.
16-
# Defaults to issues in HUBOT_GITHUB_REPO, unless a repo is specified
15+
# #nnn - link to GitHub issue nnn for HUBOT_GITHUB_REPO project
16+
# repo#nnn - link to GitHub issue nnn for repo project
17+
# user/repo#nnn - link to GitHub issue nnn for user/repo project
1718
#
1819
# Notes:
1920
# HUBOT_GITHUB_API allows you to set a custom URL path (for Github enterprise users)

0 commit comments

Comments
 (0)