diff --git a/.github/scripts/update-contributors.js b/.github/scripts/update-contributors.js index 1f624bfba..df0b487a2 100644 --- a/.github/scripts/update-contributors.js +++ b/.github/scripts/update-contributors.js @@ -5,7 +5,7 @@ class ContributorsFetcher { constructor() { this.contributors = '
'; this.index = 0; - this.excludedUsers = new Set(['actions-user', 'mynameisbogdan']); + this.excludedUsers = new Set(['actions-user', 'mynameisbogdan', 'ImgBotApp']); this.excludedTypes = new Set(['Bot']); }