Skip to content

Commit 587a557

Browse files
committed
Params
1 parent 8106e18 commit 587a557

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/errbit_github_plugin/issue_tracker.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ def create_issue(title, body, user: {})
9090
raise ErrbitGithubPlugin::AuthenticationError, "Could not authenticate with GitHub. Please check your username and password."
9191
end
9292

93+
# @param url [String]
94+
# @param user [Hash]
95+
# @return [String] The URL of the closed issue
9396
def close_issue(url, user: {})
9497
github_client = if user["github_login"] && user["github_oauth_token"]
9598
Octokit::Client.new(

0 commit comments

Comments
 (0)