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:
|
||||
- .github/**
|
||||
- .gitignore
|
||||
- .gitattributes
|
||||
- .gitignore
|
||||
- .eslintrc.yml
|
||||
- SECURITY.md
|
||||
- LICENSE
|
||||
- ARCHITECTURE.md
|
||||
- CONTRIBUTING.md
|
||||
- LICENSE
|
||||
- SECURITY.md
|
||||
|
||||
# Docker
|
||||
docker:
|
||||
@@ -16,14 +17,24 @@ docker:
|
||||
# Metrics source code editions
|
||||
core:
|
||||
- source/app/metrics/**
|
||||
- source/plugins/base/**
|
||||
- source/plugins/core/**
|
||||
action:
|
||||
- source/app/action/**
|
||||
web:
|
||||
- source/app/web/**
|
||||
metrics-insights:
|
||||
- source/app/web/statics/about/**
|
||||
plugins:
|
||||
- source/plugins/**
|
||||
templates:
|
||||
- source/templates/**
|
||||
templates-classic:
|
||||
- source/templates/classic/**
|
||||
templates-markdown:
|
||||
- source/templates/markdown/**
|
||||
templates-repository:
|
||||
- source/templates/repository/**
|
||||
tests:
|
||||
- source/app/mocks/**
|
||||
- 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!
|
||||
|
||||
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>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user