mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-02-05 00:09:14 -06:00
fix(gha): exclude ImgBotApp
This commit is contained in:
2
.github/scripts/update-contributors.js
vendored
2
.github/scripts/update-contributors.js
vendored
@@ -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']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user