dpl 1.9.6.travis.2827.6 → 1.9.6.travis.2837.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/stale.yml +6 -6
- data/lib/dpl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77bdbcbe8f1d7673660bd8a2a4920706d381f52af53813b07f3273b64e066ce3
|
4
|
+
data.tar.gz: 192dd480a67ecf2cc971a4a4f9e9403de7839e933932f013a80433ce53dda798
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c8fd6e79d29da35d7ba32da87b2a953405950b8ade2f37d3913a32557d28e6c09b5a9a7722745f414ddc842b7d0f7512a635664ad7a61904b03a2ad92582c15
|
7
|
+
data.tar.gz: 88c8f09bc76df373c4a18b3ec1a669b100ae13fb1524c72ec6bf951346494db9eea1167c316e592d158ae6e8736f823978f4cef517a8a7765370816b70f42ab4
|
data/.github/stale.yml
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
# Configuration for probot-stale - https://github.com/probot/stale
|
2
2
|
|
3
3
|
# Number of days of inactivity before an Issue or Pull Request becomes stale
|
4
|
-
daysUntilStale:
|
4
|
+
daysUntilStale: 90
|
5
5
|
|
6
6
|
# Number of days of inactivity before a stale Issue or Pull Request is closed.
|
7
7
|
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
|
8
|
-
daysUntilClose:
|
8
|
+
daysUntilClose: 1
|
9
9
|
|
10
10
|
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
11
11
|
exemptLabels:
|
@@ -24,15 +24,15 @@ exemptMilestones: false
|
|
24
24
|
staleLabel: stale
|
25
25
|
|
26
26
|
# Comment to post when marking as stale. Set to `false` to disable
|
27
|
-
|
28
|
-
|
27
|
+
markComment: >
|
28
|
+
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues
|
29
29
|
# Comment to post when removing the stale label.
|
30
30
|
# unmarkComment: >
|
31
31
|
# Your comment here.
|
32
32
|
|
33
33
|
# Comment to post when closing a stale Issue or Pull Request.
|
34
|
-
closeComment: >
|
35
|
-
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues
|
34
|
+
#closeComment: >
|
35
|
+
# Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues
|
36
36
|
|
37
37
|
# Limit the number of actions per hour, from 1-30. Default is 30
|
38
38
|
limitPerRun: 30
|
data/lib/dpl/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dpl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.6.travis.
|
4
|
+
version: 1.9.6.travis.2837.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|