Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #224 from glittershark/disable-infer-issue
Browse files Browse the repository at this point in the history
Add config option to disable inferring issue
  • Loading branch information
AlexChesters committed Oct 17, 2015
2 parents 64aa834 + 9c9af74 commit 7c8da0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ghi/commands/open.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def execute

options.parse! args

if extract_issue
if GHI.config('ghi.infer-issue') != 'false' && extract_issue
Edit.execute args.push('-so', issue, '--', repo)
exit
end
Expand Down

0 comments on commit 7c8da0a

Please sign in to comment.