We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8106e18 commit 587a557Copy full SHA for 587a557
1 file changed
lib/errbit_github_plugin/issue_tracker.rb
@@ -90,6 +90,9 @@ def create_issue(title, body, user: {})
90
raise ErrbitGithubPlugin::AuthenticationError, "Could not authenticate with GitHub. Please check your username and password."
91
end
92
93
+ # @param url [String]
94
+ # @param user [Hash]
95
+ # @return [String] The URL of the closed issue
96
def close_issue(url, user: {})
97
github_client = if user["github_login"] && user["github_oauth_token"]
98
Octokit::Client.new(
0 commit comments