X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0ee596c5c5e11fc79598407eaf22f83d279f7e9e..5a4872f466ebd76ddd532bdf2798554421c53df4:/.vim/bundle/ale/.github/stale.yml diff --git a/.vim/bundle/ale/.github/stale.yml b/.vim/bundle/ale/.github/stale.yml new file mode 100644 index 00000000..e20c0923 --- /dev/null +++ b/.vim/bundle/ale/.github/stale.yml @@ -0,0 +1,17 @@ +--- +# This configuration closes stale PRs after 56 + 7 days. +# That's 8 weeks until stale bot complains, and a week until it closes a PR. +# Issues in ALE are never, ever stale. They are either resolved or not. +only: pulls +daysUntilStale: 56 +daysUntilClose: 7 +exemptLabels: [] +staleLabel: stale +markComment: > + This pull request has been automatically marked as stale because it has not + been updated recently. Make sure to write tests and document your changes. + See `:help ale-dev` for information on writing tests. + + If your pull request is good to merge, bother w0rp or another maintainer + again, and get them to merge it. +closeComment: false