lita-github-pinger 0.7.2 → 0.7.3

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
  SHA256:
3
- metadata.gz: 19f0900e5f09410f6d91f2412029c09cbc49511a4343827f8a166b92c21ebc56
4
- data.tar.gz: 1f1f7b3f245b626c7f2588a5ff99dcb6d0457e4c59288813e78f28531362f48f
3
+ metadata.gz: 400579a09827ebd786faba47a55233e07c280c11cce7151f8c19d1d4234e2a55
4
+ data.tar.gz: 19b0da443bd5cbad1381853d88a16c70598eef129000f665892320077c49753e
5
5
  SHA512:
6
- metadata.gz: 04f123fe02a461ce7415b6727b867d155c350872e27af91ad38b9a2d6f4396af486c89dce6067b7f5aab24453a01433e12916524d1de00fc0d5d57881e88d3c7
7
- data.tar.gz: 43a1b287569afd579197dd86cbd470c9a65dfff5162f1f21b158f6e6c5b46518619790bcdfc777b2c8afc60bd34f64f9ae672c5113869e5cb8ba69249c7572de
6
+ metadata.gz: 3d857aac94e3a2bf3a622f67d19968b8fb0a0f91bc86a0eb8de8cdf3634fa1189c4387dca2ca05af2833e880b268a073ab373bbc3c49057cdeedc08565673a56
7
+ data.tar.gz: 825311b6d62ea8d3faa6debfa5453b139943a51febafaa3a0487d5e3b80e1e42daa74c228b31cb9163ff79fcfba3171af6ff31c9c0e670744d252d3e6e071276
@@ -60,7 +60,7 @@ module Lita
60
60
  act_on_assign(body, response)
61
61
  end
62
62
 
63
- if body["state"] && body["state"] == "opened"
63
+ if body["action"] && body["action"] == "opened"
64
64
  act_on_pr_opened(body, response)
65
65
  end
66
66
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.7.2"
3
+ spec.version = "0.7.3"
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.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre