From 8dc406c09d2bddecefb7173ece234bd038c3f2b2 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:26:37 +1200 Subject: [PATCH] FIX Update list of squad members (#9) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 66b6b7a..110c796 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: fi # We don't want CMS Squad member PRs to clutter the project board echo "Author is $PR_AUTHOR" - for squad_member in 'GuySartorelli' 'emteknetnz' 'maxime-rainville'; do + for squad_member in 'GuySartorelli' 'emteknetnz'; do if [[ $PR_AUTHOR == $squad_member ]]; then echo "Author is in CMS Squad. Skipping." echo "should_add_to_project=false" >> $GITHUB_OUTPUT