fix(gha): exclude ImgBotApp

This commit is contained in:
Michael Thomas
2025-08-11 10:47:19 +10:00
parent e5a39c4acd
commit 82656b5cbb

View File

@@ -5,7 +5,7 @@ class ContributorsFetcher {
constructor() {
this.contributors = '<div style="display: flex; flex-wrap: wrap;">';
this.index = 0;
this.excludedUsers = new Set(['actions-user', 'mynameisbogdan']);
this.excludedUsers = new Set(['actions-user', 'mynameisbogdan', 'ImgBotApp']);
this.excludedTypes = new Set(['Bot']);
}