Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2020-11-04 04:15:26 +0300
committerFeross Aboukhadijeh <feross@feross.org>2020-11-04 04:15:26 +0300
commitec8ab4602ebd4b4ad3e95bb138c1b67e1ea773ed (patch)
tree327945f64131b24d8c0cbf323e08f5af7a370016 /.github
parent8123b3a705862ad08564a40667e7494f510b5871 (diff)
bot configuration
Diffstat (limited to '.github')
-rw-r--r--.github/config.yml18
-rw-r--r--.github/no-response.yml14
-rw-r--r--.github/stale.yml15
3 files changed, 29 insertions, 18 deletions
diff --git a/.github/config.yml b/.github/config.yml
index 214fbb4..037a784 100644
--- a/.github/config.yml
+++ b/.github/config.yml
@@ -1,8 +1,16 @@
- Configuration for request-info - https://github.com/behaviorbot/request-info
-# *Required* Comment to reply with
+# ProBot Request Info (https://probot.github.io/apps/request-info/)
+
requestInfoReplyComment: >
- We would appreciate it if you could provide us with more info about this issue/pr!
+ 👋 We would appreciate it if you could provide us with more information about this
+ issue or PR.
+requestInfoLabelToAdd: 'need more info'
+
+# ProBot Welcome (https://probot.github.io/apps/welcome/)
-# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
-requestInfoLabelToAdd: "need more info"
+newPRWelcomeComment: >
+ 🙌 Thanks for opening this pull request! You're awesome.
+ <br><br> ![](https://feross.net/x/cats/6.gif)
+firstPRMergeComment: >
+ 🎉 Congrats on getting your first pull request landed! <br><br>
+ ![](https://feross.net/x/cats/29.gif)
diff --git a/.github/no-response.yml b/.github/no-response.yml
index 109a056..d277279 100644
--- a/.github/no-response.yml
+++ b/.github/no-response.yml
@@ -1,13 +1,13 @@
+# ProBot No Response (https://probot.github.io/apps/no-response/)
+
# Number of days of inactivity before an Issue is closed for lack of response
-daysUntilClose: 7
+daysUntilClose: 14
# Label requiring a response
-responseRequiredLabel: "need more info"
+responseRequiredLabel: 'need more info'
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
closeComment: >
- This issue has been automatically closed because there has been no response
- to our request for more information from the original author. With only the
- information that is currently in the issue, we don't have enough information
- to take action. Please reach out if you have or find the answers we need so
- that we can investigate further.
+ This issue has been automatically closed because there was no response to a
+ request for more information from the issue opener. Please leave a comment or
+ open a new issue if you have additional information related to this issue.
diff --git a/.github/stale.yml b/.github/stale.yml
index b570899..e354e20 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,5 +1,7 @@
+# ProBot Stale (https://probot.github.io/apps/stale/)
+
# Number of days of inactivity before an issue becomes stale
-daysUntilStale: 60
+daysUntilStale: 180
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 14
@@ -8,17 +10,18 @@ daysUntilClose: 14
exemptLabels:
- accepted
- bug
+ - enhancement
+ - help wanted
- security
- meta
-
+
# Label to use when marking an issue as stale
-staleLabel: wontfix
+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.
-
+ recent activity. It will be closed if no further activity occurs.
+
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false