Revert "Update ranger.yml"

This reverts commit e0b919a8f9.
main
Mike Fix 5 years ago
parent a7e2399b25
commit de2e4ad227

18
.github/ranger.yml vendored

@ -1,12 +1,15 @@
extends: reporanger/superpowers
default: default:
close: close:
comment: ⚠️ This issue has been marked as a $LABEL. It will be closed in $DELAY... comment: ⚠️ This issue has been marked as a $LABEL. It will be closed in $DELAY...
delay: 1 days delay: 1 days
labels: labels:
"merge when passing": merge
greenkeeper: merge greenkeeper: merge
wontfix: close
invalid: close
stale: close
duplicate: close
"theme/language": "theme/language":
action: close action: close
delay: 5 days delay: 5 days
@ -14,3 +17,14 @@ labels:
This issue has been marked "$LABEL" and will be closed in $DELAY. 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. This issue has been marked "$LABEL" and will be closed in $DELAY. 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 👌. 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
- action: delete_comment
pattern: "+1"
merges:
- action: delete_branch

Loading…
Cancel
Save