mirror of https://github.com/sgoudham/carbon.git
Update and rename tonic.yml to ranger.yml
parent
f3e1777f3b
commit
1b4cab0ece
@ -1,13 +1,22 @@
|
|||||||
labels:
|
labels:
|
||||||
wontfix: true
|
"merge when passing": merge
|
||||||
invalid: true
|
wontfix: close
|
||||||
stale: true
|
invalid: close
|
||||||
|
stale: close
|
||||||
duplicate:
|
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 . . .
|
comment: This issue has been marked as a $LABEL. It will be closed in $CLOSE_TIME . . .
|
||||||
"theme/language":
|
"theme/language":
|
||||||
delayTime: 5 days
|
action: close
|
||||||
|
delay: 5 days
|
||||||
comment: |
|
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.
|
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 👌.
|
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
|
Loading…
Reference in New Issue