From 80ca6122f4d27f2a7bb80d5afaddde9ce80a8c60 Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:51:14 +0200 Subject: [PATCH] Update boring-cyborg.yml Update text and add batch Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com> --- .github/boring-cyborg.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml index 14b893f6..e627b923 100644 --- a/.github/boring-cyborg.yml +++ b/.github/boring-cyborg.yml @@ -15,9 +15,12 @@ labelPRBasedOnFilePath: area/parameters: - libraries/src/AWS.Lambda.Powertools.Parameters/* - libraries/src/AWS.Lambda.Powertools.Parameters/**/* - area/Idempotency: + area/idempotency: - libraries/src/AWS.Lambda.Powertools.Idempotency/* - libraries/src/AWS.Lambda.Powertools.Idempotency/**/* + area/batch: + - libraries/src/AWS.Lambda.Powertools.Batch/* + - libraries/src/AWS.Lambda.Powertools.Batch/**/* documentation: - docs/* @@ -62,7 +65,7 @@ labelPRBasedOnFilePath: firstPRWelcomeComment: > Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need. - In the meantime, check out the #python channel on our Powertools for AWS Lambda Discord: [Invite link](https://discord.gg/B8zZKbbyET) + In the meantime, check out the #dotnet channel on our Powertools for AWS Lambda Discord: [Invite link](https://discord.gg/B8zZKbbyET) # Comment to be posted to congratulate user on their first merged PR firstPRMergeComment: > @@ -72,4 +75,4 @@ firstPRMergeComment: > firstIssueWelcomeComment: > Thanks for opening your first issue here! We'll come back to you as soon as we can. - In the meantime, check out the #python channel on our Powertools for AWS Lambda Discord: [Invite link](https://discord.gg/B8zZKbbyET) + In the meantime, check out the #dotnet channel on our Powertools for AWS Lambda Discord: [Invite link](https://discord.gg/B8zZKbbyET)