lita-github-pinger 0.4.8 → 0.4.9
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 +4 -4
- data/lib/lita/handlers/github_pinger.rb +1 -1
- data/lita-github-pinger.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9e73de755af67e4312193a28a44c91826f9c0d1
|
|
4
|
+
data.tar.gz: d8a012250d34c4b0bae7ab254fa501e9cf32e7ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d82a5b01e84f0afeb4c6f93a91ed893f4e1c16a7432bb7726533a6f306017e363d0d43ff1bf000c52c7da2577e0aa7bd4a9fc705086f4557d553cc62ae1cbc7
|
|
7
|
+
data.tar.gz: a219498c07c4ac01135f12f08b705563723330843106df33744cd15c01c417106d009d530592ba6a25f3ed4b848aa52e559eef9fc55f3b080e745aa3c7b560cc
|
|
@@ -49,7 +49,7 @@ module Lita
|
|
|
49
49
|
puts "#{assigner} determined as assigner."
|
|
50
50
|
|
|
51
51
|
pr_url = body["pull_request"]["html_url"]
|
|
52
|
-
message = "*Heads up!* #{
|
|
52
|
+
message = "*Heads up!* #{assigner[:slack]} has assigned you to review their pull request:\n#{pr_url}"
|
|
53
53
|
|
|
54
54
|
puts "Sending DM to #{assignee}..."
|
|
55
55
|
send_dm(assignee[:slack], message)
|
data/lita-github-pinger.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = "lita-github-pinger"
|
|
3
|
-
spec.version = "0.4.
|
|
3
|
+
spec.version = "0.4.9"
|
|
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."
|