From 0f83cf5e4a0c99207a2aea2751c1f08298f58975 Mon Sep 17 00:00:00 2001 From: Taction Date: Sun, 7 May 2023 07:47:42 -0700 Subject: [PATCH] Adds myself to dapr bot owners list (#6317) Signed-off-by: zhangchao --- .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 b87d5f9f156..df31a080734 100644 --- a/.github/scripts/dapr_bot.js +++ b/.github/scripts/dapr_bot.js @@ -19,6 +19,7 @@ const owners = [ 'ryanlettieri', 'shubham1172', 'skyao', + "Taction", 'tanvigour', 'yaron2', ]