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

Commit 7c8da0a

Browse files
committed
Merge pull request #224 from glittershark/disable-infer-issue
Add config option to disable inferring issue
2 parents 64aa834 + 9c9af74 commit 7c8da0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ghi/commands/open.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def execute
5252

5353
options.parse! args
5454

55-
if extract_issue
55+
if GHI.config('ghi.infer-issue') != 'false' && extract_issue
5656
Edit.execute args.push('-so', issue, '--', repo)
5757
exit
5858
end

0 commit comments

Comments
 (0)