Skip to content

Commit cc06343

Browse files
committed
chore: Ignore GitHub Copilot as a contributor
1 parent 7e4d770 commit cc06343

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-readme-contributors.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
for (const contributor of contributors) {
7373
// Skip GitHub Actions bot or other bots
7474
if (contributor.login === 'github-actions[bot]' ||
75-
contributor.login === 'dependabot[bot]') {
75+
contributor.login === 'dependabot[bot]' ||
76+
contributor.login === 'Copilot') {
7677
continue;
7778
}
7879

0 commit comments

Comments
 (0)