Update ranger.yml

main
Michael Fix 5 years ago committed by GitHub
parent 7b5ef35e98
commit e0b919a8f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/ranger.yml vendored

@ -1,15 +1,12 @@
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
@ -17,14 +14,3 @@ 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