From 3590b93876c5f5f0f0a98b1f36b9446501689fc2 Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych aka CoMiGo Date: Sat, 30 Jul 2022 16:10:53 +1200 Subject: [PATCH] :zap: Configure Stalebot --- .github/stale.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..dc8a83080 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,25 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 60 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 90 +# Issues with these labels will never be considered stale +exemptLabels: [] +# Label to use when marking an issue as stale +staleLabel: 'state:stale' +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + Hey there 👋 I marked this issue as stale as it hadn't brought much attention for quite a while. + + I do understand that stale issues are still issues, yet here stale issues receive the least attention from maintainers so they can focus on more relevant tasks. + You can help with this issue by checking whether it affects latest versions of ct.js and writing about it if it does, + providing an example project and steps to reproduce. + Or maybe you can close it with a PR! + + Note that some platform-dependent issues can't be resolved by developers due to the absense of such devices :c + We will need help from you for such tasks. + + If this issue won't get attention in three months, it will be closed. + +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: > + This issue is now closed! Please create a new one with a proper template if this issue still affects ct.js.