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

Commit 5285b71

Browse files
committed
Bump githubot version on all scripts.
There shouldn't be any backwards incompatibilities, and I tested most of these cursorily. Will fix a few bugs.
1 parent c2430a4 commit 5285b71

7 files changed

+8
-8
lines changed

src/scripts/github-activity.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Dependencies:
55
# "date-utils": ">=1.2.5"
6-
# "githubot": "0.2.0"
6+
# "githubot": "0.4.x"
77
#
88
# Configuration:
99
# HUBOT_GITHUB_TOKEN

src/scripts/github-commit-link.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# repo. Eg. "Hey guys check out commit 251a8fb"
44
#
55
# Dependencies:
6-
# "githubot": "0.2.0"
6+
# "githubot": "0.4.x"
77
#
88
# Configuration:
99
# HUBOT_GITHUB_REPO

src/scripts/github-commiters.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Show the commiters from a repo
33
#
44
# Dependencies:
5-
# "githubot": "0.2.0"
5+
# "githubot": "0.4.x"
66
#
77
# Configuration:
88
# HUBOT_GITHUB_TOKEN

src/scripts/github-issue-link.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Defaults to issues in HUBOT_GITHUB_REPO, unless a repo is specified Eg. "Hey guys, check out awesome-repo#273"
55
#
66
# Dependencies:
7-
# "githubot": "0.2.0"
7+
# "githubot": "0.4.x"
88
#
99
# Configuration:
1010
# HUBOT_GITHUB_REPO
@@ -51,4 +51,4 @@ module.exports = (robot) ->
5151
url = "https://github.com"
5252
else
5353
url = base_url.replace /\/api\/v3/, ''
54-
msg.send "Issue #{issue_number}: #{issue_title} #{url}/#{bot_github_repo}/issues/#{issue_number}"
54+
msg.send "Issue #{issue_number}: #{issue_title} #{url}/#{bot_github_repo}/issues/#{issue_number}"

src/scripts/github-issues.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Dependencies:
55
# "underscore": "1.3.3"
66
# "underscore.string": "2.1.1"
7-
# "githubot": "0.4.0"
7+
# "githubot": "0.4.x"
88
#
99
# Configuration:
1010
# HUBOT_GITHUB_TOKEN

src/scripts/github-merge.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Integrate with GitHub merge API
33
#
44
# Dependencies:
5-
# "githubot": "0.2.0"
5+
# "githubot": "0.4.x"
66
#
77
# Configuration:
88
# HUBOT_GITHUB_TOKEN

src/scripts/github-pulls.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Show open pull requests from a Github repository or organization
33
#
44
# Dependencies:
5-
# "githubot": "0.2.0"
5+
# "githubot": "0.4.x"
66
#
77
# Configuration:
88
# HUBOT_GITHUB_TOKEN

0 commit comments

Comments
 (0)