-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1079 from Ch3LL/merge-stable_SsL
[stable] Merge develop into stable
- Loading branch information
Showing
6 changed files
with
724 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Probot Stale configuration file | ||
|
||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 200 | ||
|
||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 7 | ||
|
||
# Issues with these labels will never be considered stale | ||
#exemptLabels: | ||
# - pinned | ||
# - security | ||
|
||
# Label to use when marking an issue as stale | ||
staleLabel: stale | ||
|
||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: | | ||
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. | ||
If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. | ||
# Comment to post when removing the stale label. Set to `false` to disable | ||
unmarkComment: | | ||
Thank you for updating this issue. It is no longer marked as stale. | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: false | ||
|
||
# Limit to only `issues` or `pulls` | ||
only: issues | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,29 +13,36 @@ Alec Koumjian akoumjian [email protected] | |
Alex Van't Hof alexvh | ||
Alexander Krasnukhin themalkolm [email protected] | ||
Alexey dmitrievav | ||
Andrew Dean ndrwdn [email protected] | ||
Andy Boff caelor [email protected] | ||
Angelo Gründler plueschopath [email protected] | ||
Ari Aosved devaos [email protected] | ||
Ashok Raja R ashokrajar [email protected] | ||
Beau Hargis beaucephus [email protected] | ||
Boris Feld Lothiraldan | ||
Brad Thurber bradthurber | ||
Brandon Clifford brandon099 [email protected] | ||
Bret Fisher BretFisher [email protected] | ||
Brian Kruger bkruger99 [email protected] | ||
bruce-one bruce-one | ||
Вячеслав Спиридонов sp1r | ||
C. R. Oldham cro [email protected] | ||
Cam camereonsparr | ||
Megan Wilhite Ch3LL [email protected] | ||
Chris Rebert cvrebert [email protected] | ||
Chris Buechler cbuechler [email protected] | ||
Christer Edwards cedwards | ||
Clark Perkins iclarkperkins [email protected] | ||
Dag Viggo Lokøen dagvl [email protected] | ||
Dan Mick dmick [email protected] | ||
Daniel Poelzleithner poelzi | ||
Daniel Wallace gtmanfred [email protected] | ||
David J. Felix DavidJFelix | ||
denmat denmat | ||
Denys Havrysh vutny [email protected] | ||
deployboy deployboy | ||
Diego Woitasen diegows [email protected] | ||
EHJ-52n EHJ-52n [email protected] | ||
ek9 ek9 | ||
Elias Probst eliasp | ||
eliezerlp eliezerlp | ||
|
@@ -66,7 +73,9 @@ Karl Grzeszczak karlgrz | |
Kenneth Wilke KennethWilke | ||
lomeroe lomeroe | ||
Liu Xiaohui oreh [email protected] | ||
Lorenzo Perone lopezio [email protected] | ||
Lubomir Host lhost | ||
luthes luthes [email protected] | ||
Marc Vieira-Cardinal marccadinal | ||
Marco Molteni marco-m | ||
Marcus Furlong furlongm [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.