lita-github-pinger 0.7.6 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f22d1757545c929eb8ce882ed716e5e478c9821
4
- data.tar.gz: 9b73ca8d2da4bf7ec0d0ab0bc89893023cda6533
3
+ metadata.gz: c948a543ac521e1c37570026eda5811aeef4b5d7
4
+ data.tar.gz: 0cca5d474b1fb6aee91e4c95b1a6f8863cbdf973
5
5
  SHA512:
6
- metadata.gz: 78eb95991b530696ab1a05314b4fdfde579be2c74bf3069e808ee93ab5e4b32fcc6db9a0557aac5f786a713eed0ed6c312faebec25823e8100e6de32cb4f3fb8
7
- data.tar.gz: f1a2f74539ba843cbecbd1ffee3f2ff194e2334759a33790d0620780ffc5cef130100d29e314cb6db7e65fe389065068538ae9d1bf3814210ffae0af5f616391
6
+ metadata.gz: 44fd04247db9c2770d49434cfa639bc71efe13e65a11c15a8d8030d3fc0f413607910b13f52313ab6adac67c5fb6b17145ff7d82c790997ba18901f75f9b9dfd
7
+ data.tar.gz: 04ac567396b3c8716adf2b10335a5d62551467fcb0985253d8cdcd7e5c42d0505b03d69270bdca9c3f15e7d2da03f560cf702c97e94a908ca99d5222ae047a60
@@ -135,6 +135,8 @@ module Lita
135
135
  return
136
136
  end
137
137
 
138
+ p body["pull_request"]
139
+
138
140
  if body["labels"].none? { |label| label.name.downcase.include?('review') }
139
141
  puts 'Labels do not include a review label, exiting...'
140
142
  return
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.7.6"
3
+ spec.version = "0.7.7"
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.6
4
+ version: 0.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre