diff --git a/.github/scripts/update-contributors.js b/.github/scripts/update-contributors.js index 26049c8c5..62b3b4535 100644 --- a/.github/scripts/update-contributors.js +++ b/.github/scripts/update-contributors.js @@ -26,13 +26,13 @@ function fetchPage() { // Exclude bots and actions-user if (user.type === 'Bot' || user.login.toLowerCase().includes('bot') || user.login === 'actions-user') return; - if (index % 6 === 0) { + if (index % 5 === 0) { contributors += '