mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
🤖 ci: add labeler github action config (#233)
This commit is contained in:
parent
360f415ca0
commit
63d8b413c7
27
.github/labeler.yml
vendored
Normal file
27
.github/labeler.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
'💻 aspect: code':
|
||||||
|
- src/*
|
||||||
|
- Cargo.toml
|
||||||
|
- Cargo.lock
|
||||||
|
- Dockerfile
|
||||||
|
- docker-compose.yml
|
||||||
|
- websurfx/*
|
||||||
|
|
||||||
|
'🤖 aspect: dx':
|
||||||
|
- '**/*.json'
|
||||||
|
- .dockerignore
|
||||||
|
- .gitignore
|
||||||
|
- .gitpod.Dockerfile
|
||||||
|
- .gitpod.yml
|
||||||
|
- .rusty-hook.toml
|
||||||
|
- PULL_REQUEST_TEMPLATE.md
|
||||||
|
- SECURITY.md
|
||||||
|
- .github/*
|
||||||
|
- .mega-linter.yml
|
||||||
|
- tests/*
|
||||||
|
|
||||||
|
'📄 aspect: text':
|
||||||
|
- any: ['**/*.md', '!PULL_REQUEST_TEMPLATE.md', '!SECURITY.md']
|
||||||
|
- LICENSE
|
||||||
|
|
||||||
|
'🕹️ aspect: interface':
|
||||||
|
- public/*
|
Loading…
Reference in New Issue
Block a user