Skip to content

Commit aca1477

Browse files
authored
Merge pull request #218 from derecklhw/main
Filter the github-actions[bot] from the contributors list
2 parents 039c053 + 3098c5d commit aca1477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontendmu-data/scripts/update-contributors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function updateContributors() {
2323
})
2424
.filter((contributor) => {
2525
// Exclude the following contributors from the list
26-
const excludedContributors = ["actions-user"];
26+
const excludedContributors = ["actions-user", "GitHub Action[bot]", "GitHub Action"];
2727
return !excludedContributors.includes(contributor.username);
2828
});
2929

0 commit comments

Comments
 (0)