diff --git a/.github/ci-reporter.yml b/.github/ci-reporter.yml new file mode 100644 index 0000000000..031385fdaa --- /dev/null +++ b/.github/ci-reporter.yml @@ -0,0 +1,8 @@ +# Set to false to create a new comment instead of updating the app's first one +updateComment: true +# +# # Use a custom string, or set to false to disable +before: "✨ Awesome work on this PR so far! ✨ Unfortunately, the [ build]() is currently failing. Here's the output:" +# +# # Use a custom string, or set to false to disable +after: "We're sure you can fix it! If you need help, please just ask :)" diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 0000000000..077ec37005 --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,27 @@ +# Configuration for lock-threads - https://github.com/dessant/lock-threads + +# Number of days of inactivity before a closed issue or pull request is locked +daysUntilLock: 60 + +# Issues and pull requests with these labels will not be locked. Set to `[]` to disable +exemptLabels: [] + +# Label to add before locking, such as `outdated`. Set to `false` to disable +lockLabel: false + +# Comment to post before locking. Set to `false` to disable +lockComment: > + This thread has been automatically locked since there has not been + any recent activity after it was closed. + +# Limit to only `issues` or `pulls` +# only: issues + +# Optionally, specify configuration settings just for `issues` or `pulls` +# issues: +# exemptLabels: +# - help-wanted +# lockLabel: outdated + +# pulls: +# daysUntilLock: 30 diff --git a/.github/no-response.yml b/.github/no-response.yml new file mode 100644 index 0000000000..0393688599 --- /dev/null +++ b/.github/no-response.yml @@ -0,0 +1,14 @@ +# Configuration for probot-no-response - https://github.com/probot/no-response + +# Number of days of inactivity before an Issue is closed for lack of response +daysUntilClose: 14 +# Label requiring a response +responseRequiredLabel: Needs-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 you. + + 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. diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000000..668d6a17d6 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,20 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 60 +# 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: Wontfix +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + Sorry that a bot is responding to this issue/pr but it's needed to help + manage our workflow and workload. + + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed in 7 days if no further activity occurs. Thank you + for your contributions. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: true