tutter-sppuppet 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/tutter/action/sppuppet.rb +1 -1
- data/tutter-sppuppet.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MWI3MmFiOTc5OGU2MjM1ZWU4YmZmYzcyYTExZTgxYWJmMDhjNDFlOA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MzI0OTZiZGQzZjVkMjY5MWM4NTY4ZWIxY2FlY2Y4NzM1N2YzYWQ1MQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzdjNWE3NTI0NmUxODJkM2YyZmY2MzYzMTk4Y2I0YzlhNmYxYjE1YzYxODA3
|
10
|
+
YTA1ZmI5MTU0NmM4ODY3ZDdmYzJiOGIxNzA2ZjVhYWI0ZjYxZTk3OTFjYjc2
|
11
|
+
ZDAyZmM3MWJiNGI0YmZkODNlOGI1MGFiNGY0MzQyMjkxNzI1YmI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NGMxY2YwODM2YjQwNTgyZTJhM2M2NzkwZTgxMjkwNTRhNmFiOGUxZDgyYzQw
|
14
|
+
OWM5YjQ3ZDBlMmIwNWQ3M2FiMTc1NTlkZGM3NTVkYzI3YTIxNDQ5ZmE0Yjlm
|
15
|
+
ODU3NzhiN2I3ZGI5YWFjOTZiMWM1MGQxNTNlMTlhYzNhNTM3ZDU=
|
@@ -42,7 +42,7 @@ class Sppuppet
|
|
42
42
|
# If a new pull request is opened, comment with instructions
|
43
43
|
if @data['action'] == 'opened' && @settings['post_instructions']
|
44
44
|
issue = @data['number']
|
45
|
-
comment = @settings['instructions'] || "To merge at least #{@settings['plus_ones_required']} person other than the submitter needs to write a comment
|
45
|
+
comment = @settings['instructions'] || "To merge at least #{@settings['plus_ones_required']} person other than the submitter needs to write a comment containing only _+1_ or :+1:. Then write _!merge_ or :shipit: to trigger merging."
|
46
46
|
return post_comment(issue, comment)
|
47
47
|
else
|
48
48
|
return 200, 'Not posting instructions'
|
data/tutter-sppuppet.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.name = 'tutter-sppuppet'
|
4
|
-
s.version = '1.0.
|
4
|
+
s.version = '1.0.1'
|
5
5
|
s.author = ['Johan Haals', 'Erik Dalén', 'Alexey Lapitsky']
|
6
6
|
s.email = ['johan.haals@gmail.com', 'dalen@spotify.com', 'alexey@spotify.com']
|
7
7
|
s.homepage = 'https://github.com/jhaals/tutter-sppuppet'
|