From 2b924c46c772bcd5088e44f9dc8349182f116f11 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 13 Nov 2024 14:47:41 -0600 Subject: [PATCH] feat: add me to bot owners to run tests (#3600) Signed-off-by: Samantha Coyle --- .github/scripts/dapr_bot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/dapr_bot.js b/.github/scripts/dapr_bot.js index 279799958a..328972d27e 100644 --- a/.github/scripts/dapr_bot.js +++ b/.github/scripts/dapr_bot.js @@ -21,6 +21,7 @@ const owners = [ 'RyanLettieri', 'shivamkm07', 'shubham1172', + 'sicoyle', 'skyao', 'Taction', 'tmacam',