Skip to content

Commit 4a17460

Browse files
authored
Update boring-cyborg.yml
1 parent 4b65a86 commit 4a17460

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

.github/boring-cyborg.yml

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,43 @@ labelPRBasedOnFilePath:
33
area/common:
44
- libraries/src/AWS.Lambda.Powertools.Common/*
55
- libraries/src/AWS.Lambda.Powertools.Common/**/*
6-
area/logger:
6+
area/logging:
77
- libraries/src/AWS.Lambda.Powertools.Logging/*
88
- 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:
1610
- libraries/src/AWS.Lambda.Powertools.Tracing/*
1711
- libraries/src/AWS.Lambda.Powertools.Tracing/**/*
1812
area/metrics:
1913
- libraries/src/AWS.Lambda.Powertools.Metrics/*
2014
- 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/**/*
2121

2222
documentation:
2323
- docs/*
2424
- docs/**/*
2525
- mkdocs.yml
2626

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+
2743
internal:
2844
- .github/*
2945
- .github/**/*
@@ -35,6 +51,7 @@ labelPRBasedOnFilePath:
3551
- CONTRIBUTING.md
3652
- CODE_OF_CONDUCT.md
3753
- LICENSE
54+
- MAINTAINERS.md
3855

3956
tests:
4057
- libraries/tests/*
@@ -45,10 +62,14 @@ labelPRBasedOnFilePath:
4562
firstPRWelcomeComment: >
4663
Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need.
4764
65+
In the meantime, check out the #python channel on our Powertools for AWS Lambda Discord: [Invite link](https://discord.gg/B8zZKbbyET)
66+
4867
# Comment to be posted to congratulate user on their first merged PR
4968
firstPRMergeComment: >
5069
Awesome work, congrats on your first merged pull request and thank you for helping improve everyone's experience!
5170
5271
# Comment to be posted to on first time issues
5372
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

Comments
 (0)