From 1b4cab0ecee9f1724a836aaed73c85da8416506e Mon Sep 17 00:00:00 2001 From: Michael Fix Date: Sat, 19 Jan 2019 14:01:27 -0800 Subject: [PATCH] Update and rename tonic.yml to ranger.yml --- .github/{tonic.yml => ranger.yml} | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) rename .github/{tonic.yml => ranger.yml} (71%) diff --git a/.github/tonic.yml b/.github/ranger.yml similarity index 71% rename from .github/tonic.yml rename to .github/ranger.yml index 556c612..a36a458 100644 --- a/.github/tonic.yml +++ b/.github/ranger.yml @@ -1,13 +1,22 @@ labels: - wontfix: true - invalid: true - stale: true + "merge when passing": merge + wontfix: close + invalid: close + stale: close duplicate: - delayTime: 3 days + action: close + delay: 1 days comment: This issue has been marked as a $LABEL. It will be closed in $CLOSE_TIME . . . "theme/language": - delayTime: 5 days + action: close + delay: 5 days comment: | This issue has been marked "$LABEL" and will be closed in $CLOSE_TIME. As of Carbon `3.0.0`, the Carbon core team is no longer implementing new themes or languages (although the ability to create your own will be implemented soon!). However, PRs to add new ones will be happily accepted. Please see https://github.com/dawnlabs/carbon/blob/master/.github/CONTRIBUTING.md#a-note-on-adding-themeslanguages for notes on how to do so 👌. + +comments: + - action: label + pattern: /duplicate of/i + labels: + - duplicate