Add labeler and updates issues templates

This commit is contained in:
lowlighter
2021-01-10 02:37:12 +01:00
parent b0a8dd8bff
commit 548a718154
7 changed files with 130 additions and 23 deletions

37
.github/config/label.yml vendored Normal file
View File

@@ -0,0 +1,37 @@
# Repository files
repository:
- .github/**
- .gitignore
- .gitattributes
- README.md
- SECURITY.md
- LICENSE
- CONTRIBUTING.md
# Docker
docker:
- .dockerignore
- Dockerfile
# Metrics source code editions
core:
- source/app/metrics.mjs
- source/app/setup.mjs
action:
- source/app/action
- action.yml
web:
- source/app/web
- settings.example.json
plugin:
- source/plugins
queries:
- source/queries
templates:
- source/templates
tests:
- source/app/mocks.mjs
- tests/**
dependencies:
- package.json
- package-lock.json