lita-github-pinger 0.7.7 → 0.7.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c948a543ac521e1c37570026eda5811aeef4b5d7
4
- data.tar.gz: 0cca5d474b1fb6aee91e4c95b1a6f8863cbdf973
3
+ metadata.gz: cf008525d0a12e8e8305ccd23f40265521c4f21c
4
+ data.tar.gz: 3dce32277e1f47d60ff1efd1d274a3911de3050c
5
5
  SHA512:
6
- metadata.gz: 44fd04247db9c2770d49434cfa639bc71efe13e65a11c15a8d8030d3fc0f413607910b13f52313ab6adac67c5fb6b17145ff7d82c790997ba18901f75f9b9dfd
7
- data.tar.gz: 04ac567396b3c8716adf2b10335a5d62551467fcb0985253d8cdcd7e5c42d0505b03d69270bdca9c3f15e7d2da03f560cf702c97e94a908ca99d5222ae047a60
6
+ metadata.gz: 5a4a7118ae01ff0d181d7a55fb41652e6fa46b56231bfd4384fc2c44c94eff7084e2163df53f8875dae713b088cd412548821fffb1c726dfbefc545e4778b804
7
+ data.tar.gz: 33b3fddf3a70725fae311419f138e1c3a23c24450670c765ea6a2b621d07204aaef95644d8ab9fbfc7948164fa8f369a813c2fec0ed26469efaa5e7e33e12e9c
@@ -135,9 +135,7 @@ module Lita
135
135
  return
136
136
  end
137
137
 
138
- p body["pull_request"]
139
-
140
- if body["labels"].none? { |label| label.name.downcase.include?('review') }
138
+ if body["pull_request"]["labels"].none? { |label| label.name.downcase.include?('review') }
141
139
  puts 'Labels do not include a review label, exiting...'
142
140
  return
143
141
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.7.7"
3
+ spec.version = "0.7.8"
4
4
  spec.authors = ["Taylor Lapeyre"]
5
5
  spec.email = ["taylorlapeyre@gmail.com"]
6
6
  spec.description = "A Lita handler that detects github comment notifications and regurgitates a ping to the correct slack username."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-github-pinger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.7
4
+ version: 0.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre