linear-cli 0.9.13 → 0.9.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/linear/cli/version.rb +1 -1
- data/lib/linear/commands/issue/take.rb +0 -1
- data/lib/linear/commands/issue.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd77c94912af23400218c7b8efd3260ee4dac4c4e96eb2095a353ac08831f70e
|
4
|
+
data.tar.gz: 7a4e9adf0fd3e694030c0bc032cbf276adce393e2990bbe89733f18477983541
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a29310a7526761c3c8e04336345ad2a5c0693e3f6b3ae48dda51e5df7ac1fe78b3c458ce1c61075b60f41f939df68dc16307ae0306c1c53470c666e7d84a8bb
|
7
|
+
data.tar.gz: 16fed8d02909f6699bbe12a52e3bdd376fc7c7b1374ef088d7f76108e5d7ed15b4c7cadecadc66d650459f597f2cbe72b66d4ef2fa901125f56bda1387093e5c
|
data/lib/linear/cli/version.rb
CHANGED
@@ -53,6 +53,7 @@ module Rubyists
|
|
53
53
|
end
|
54
54
|
|
55
55
|
def create_pr!(title:, body:)
|
56
|
+
require 'pry-byebug'; binding.pry
|
56
57
|
return `gh pr create -a @me --title "#{title}" --body-file "#{body.path}"` if body.respond_to?(:path)
|
57
58
|
|
58
59
|
`gh pr create -a @me --title "#{title}" --body "#{body}"`
|