spacex / .github /labeler.yml
neon_arch
πŸ€– ci: add labeler github action config (#233)
63d8b41
raw
history blame contribute delete
No virus
439 Bytes
'πŸ’» 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/*