@@ -3,27 +3,43 @@ labelPRBasedOnFilePath:
3
3
area/common :
4
4
- libraries/src/AWS.Lambda.Powertools.Common/*
5
5
- libraries/src/AWS.Lambda.Powertools.Common/**/*
6
- area/logger :
6
+ area/logging :
7
7
- libraries/src/AWS.Lambda.Powertools.Logging/*
8
8
- libraries/src/AWS.Lambda.Powertools.Logging/**/*
9
- area/tracer :
10
- - libraries/src/AWS.Lambda.Powertools.Tracing/*
11
- - libraries/src/AWS.Lambda.Powertools.Tracing/**/*
12
- area/metrics :
13
- - libraries/src/AWS.Lambda.Powertools.Metrics/*
14
- - libraries/src/AWS.Lambda.Powertools.Metrics/**/*
15
- area/tracer :
9
+ area/tracing :
16
10
- libraries/src/AWS.Lambda.Powertools.Tracing/*
17
11
- libraries/src/AWS.Lambda.Powertools.Tracing/**/*
18
12
area/metrics :
19
13
- libraries/src/AWS.Lambda.Powertools.Metrics/*
20
14
- libraries/src/AWS.Lambda.Powertools.Metrics/**/*
15
+ area/parameters :
16
+ - libraries/src/AWS.Lambda.Powertools.Parameters/*
17
+ - libraries/src/AWS.Lambda.Powertools.Parameters/**/*
18
+ area/Idempotency :
19
+ - libraries/src/AWS.Lambda.Powertools.Idempotency/*
20
+ - libraries/src/AWS.Lambda.Powertools.Idempotency/**/*
21
21
22
22
documentation :
23
23
- docs/*
24
24
- docs/**/*
25
25
- mkdocs.yml
26
26
27
+ github-actions :
28
+ - .github/workflows/*
29
+ - .github/workflows/**/*
30
+ - .github/dependabot.yml
31
+ - .github/boring-cyborg.yml
32
+ - .github/release-drafter.yml
33
+ - .github/semantic.yml
34
+ - .github/stale.yml
35
+ - .github/mergify.yml
36
+
37
+ github-templates :
38
+ - .github/ISSUE_TEMPLATE/*
39
+ - .github/PULL_REQUEST_TEMPLATE.md
40
+ - .github/.chglog/*
41
+ - .github/.chglog/**/*
42
+
27
43
internal :
28
44
- .github/*
29
45
- .github/**/*
@@ -35,6 +51,7 @@ labelPRBasedOnFilePath:
35
51
- CONTRIBUTING.md
36
52
- CODE_OF_CONDUCT.md
37
53
- LICENSE
54
+ - MAINTAINERS.md
38
55
39
56
tests :
40
57
- libraries/tests/*
@@ -45,10 +62,14 @@ labelPRBasedOnFilePath:
45
62
firstPRWelcomeComment : >
46
63
Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need.
47
64
65
+ In the meantime, check out the #python channel on our Powertools for AWS Lambda Discord: [Invite link](https://discord.gg/B8zZKbbyET)
66
+
48
67
# Comment to be posted to congratulate user on their first merged PR
49
68
firstPRMergeComment : >
50
69
Awesome work, congrats on your first merged pull request and thank you for helping improve everyone's experience!
51
70
52
71
# Comment to be posted to on first time issues
53
72
firstIssueWelcomeComment : >
54
- Thanks for opening your first issue here! We'll come back to you as soon as we can.
73
+ Thanks for opening your first issue here! We'll come back to you as soon as we can.
74
+
75
+ In the meantime, check out the #python channel on our Powertools for AWS Lambda Discord: [Invite link](https://discord.gg/B8zZKbbyET)
0 commit comments