diff --git a/packages/frontendmu-data/scripts/update-contributors.js b/packages/frontendmu-data/scripts/update-contributors.js index 9209177d..85410e29 100644 --- a/packages/frontendmu-data/scripts/update-contributors.js +++ b/packages/frontendmu-data/scripts/update-contributors.js @@ -23,7 +23,7 @@ async function updateContributors() { }) .filter((contributor) => { // Exclude the following contributors from the list - const excludedContributors = ["actions-user"]; + const excludedContributors = ["actions-user", "GitHub Action[bot]", "GitHub Action"]; return !excludedContributors.includes(contributor.username); });