diff --git a/.github/scripts/update-contributors.js b/.github/scripts/update-contributors.js index 0e38abcba..1e10c5b5b 100644 --- a/.github/scripts/update-contributors.js +++ b/.github/scripts/update-contributors.js @@ -23,8 +23,8 @@ function fetchPage() { } response.data.forEach((user) => { - // Exclude bots - if (user.type === 'Bot' || user.login.toLowerCase().includes('bot')) return; + // Exclude bots and actions-user + if (user.type === 'Bot' || user.login.toLowerCase().includes('bot') || user.login === 'actions-user') return; if (index % 6 === 0) { contributors += '