Update labels config
This commit is contained in:
17
.github/config/label.yml
vendored
17
.github/config/label.yml
vendored
@@ -1,12 +1,13 @@
|
|||||||
# Repository files
|
# Repository files
|
||||||
repository:
|
repository:
|
||||||
- .github/**
|
- .github/**
|
||||||
- .gitignore
|
|
||||||
- .gitattributes
|
- .gitattributes
|
||||||
|
- .gitignore
|
||||||
- .eslintrc.yml
|
- .eslintrc.yml
|
||||||
- SECURITY.md
|
- ARCHITECTURE.md
|
||||||
- LICENSE
|
|
||||||
- CONTRIBUTING.md
|
- CONTRIBUTING.md
|
||||||
|
- LICENSE
|
||||||
|
- SECURITY.md
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
docker:
|
docker:
|
||||||
@@ -16,14 +17,24 @@ docker:
|
|||||||
# Metrics source code editions
|
# Metrics source code editions
|
||||||
core:
|
core:
|
||||||
- source/app/metrics/**
|
- source/app/metrics/**
|
||||||
|
- source/plugins/base/**
|
||||||
|
- source/plugins/core/**
|
||||||
action:
|
action:
|
||||||
- source/app/action/**
|
- source/app/action/**
|
||||||
web:
|
web:
|
||||||
- source/app/web/**
|
- source/app/web/**
|
||||||
|
metrics-insights:
|
||||||
|
- source/app/web/statics/about/**
|
||||||
plugins:
|
plugins:
|
||||||
- source/plugins/**
|
- source/plugins/**
|
||||||
templates:
|
templates:
|
||||||
- source/templates/**
|
- source/templates/**
|
||||||
|
templates-classic:
|
||||||
|
- source/templates/classic/**
|
||||||
|
templates-markdown:
|
||||||
|
- source/templates/markdown/**
|
||||||
|
templates-repository:
|
||||||
|
- source/templates/repository/**
|
||||||
tests:
|
tests:
|
||||||
- source/app/mocks/**
|
- source/app/mocks/**
|
||||||
- tests/**
|
- tests/**
|
||||||
|
|||||||
2
.github/readme/partials/shared.md
vendored
2
.github/readme/partials/shared.md
vendored
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
For a fully-featured experience you should use **metrics** as a [GitHub Action](https://github.com/marketplace/actions/github-metrics-as-svg-image), but you can also try it now at [metrics.lecoq.io](https://metrics.lecoq.io/) with your GitHub username!
|
For a fully-featured experience you should use **metrics** as a [GitHub Action](https://github.com/marketplace/actions/github-metrics-as-svg-image), but you can also try it now at [metrics.lecoq.io](https://metrics.lecoq.io/) with your GitHub username!
|
||||||
|
|
||||||
Choose `📊 Metrics embed` if you want to customize your GitHub profile or `✨ Metrics insights` if you want to get a quick overview of your GitHub statistics.
|
Choose `📊 Metrics embed` if you want to customize your GitHub profile and `✨ Metrics insights` to get a quick overview of your GitHub statistics:
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user