Skip to content

Commit 590f9ef

Browse files
authored
chore: add auto-label for known files
1 parent 3a6370e commit 590f9ef

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/labeler.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
# Label general purpose utilities
3+
area/utilities:
4+
- aws_lambda_powertools_python/utilities/**/*
5+
- aws_lambda_powertools_python/middleware_factory/*
6+
7+
# Label core utilities
8+
area/logger:
9+
- aws_lambda_powertools_python/logging/*
10+
11+
area/tracer:
12+
- aws_lambda_powertools_python/tracing/*
13+
14+
area/metrics:
15+
- aws_lambda_powertools_python/metrics/*
16+
17+
documentation:
18+
- aws_lambda_powertools_python/docs/*
19+
- ./mkdocs.yml
20+
21+
internal:
22+
- ./Makefile
23+
- ./CHANGELOG.md
24+
- ./CONTRIBUTING.md
25+

0 commit comments

Comments
 (0)