From cf6a9f63cbe00fbdbf08a2046c5bcd546002f104 Mon Sep 17 00:00:00 2001 From: Alban Seurat Date: Wed, 19 Jul 2023 16:27:08 +0200 Subject: [PATCH] change team slug for reviewpad --- reviewpad.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reviewpad.yml b/reviewpad.yml index 2e762a5..6f0ea13 100644 --- a/reviewpad.yml +++ b/reviewpad.yml @@ -8,5 +8,5 @@ workflows: - if: $hasFilePattern("boot/**") then: - $addLabel("boot") - - $assignTeamReviewer(["Boot"]) # This 'Security' team must exist in your GitHub Repository + - $assignTeamReviewer(["AlbanSeurat"]) # This 'Security' team must exist in your GitHub Repository - $commentOnce("The Boot team has been involved because the authentication layer is touched") \ No newline at end of file