fix: Make PR labeler stricter

This commit is contained in:
Sidharth Vinod
2025-07-10 01:21:42 +05:30
parent f4edd19371
commit 75ef9bc681

View File

@@ -42,7 +42,7 @@ jobs:
pull_number: prNumber,
});
const isSponsored = commits.some(
const isSponsored = commits.every(
(c) => c.commit.author.email?.endsWith('@mermaidchart.com')
);