diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 18bc7c6c5..1d1ed30d6 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -42,7 +42,7 @@ jobs: pull_number: prNumber, }); - const isSponsored = commits.some( + const isSponsored = commits.every( (c) => c.commit.author.email?.endsWith('@mermaidchart.com') );