From 4eb11cd5a544a04056c34bb5c53ee325aeae1e13 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 25 Jul 2024 17:28:59 -0500 Subject: [PATCH] Update issue-slash-commands.yaml --- .github/workflows/issue-slash-commands.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-slash-commands.yaml b/.github/workflows/issue-slash-commands.yaml index ff23c3ab..384cbd9d 100644 --- a/.github/workflows/issue-slash-commands.yaml +++ b/.github/workflows/issue-slash-commands.yaml @@ -28,7 +28,7 @@ jobs: id: check_user if: env.comment == 'true' run: | - ALLOWED_USERS=("ChrisTitusTech" "og-mrk" "Marterich" "MyDrift-user" "Real-MullaC") + ALLOWED_USERS=("ChrisTitusTech" "afonsofrancof" "Marterich" "MyDrift-user" "Real-MullaC") if [[ " ${ALLOWED_USERS[@]} " =~ " ${{ github.event.comment.user.login }} " ]]; then echo "user=true" >> $GITHUB_ENV else