Skip to content

Commit

Permalink
FIX Update list of squad members (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jul 11, 2024
1 parent c51caf0 commit 8dc406c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dc406c

Please sign in to comment.