diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index d4e826c6..742daf81 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -19,8 +19,8 @@ jobs: const { repo: { owner, repo } } = context; const pr = context.payload.pull_request; - if (pr.user.login === "JanDeDobbeleer") { - console.log('No credit for maintainer, stop processing'); + if (pr.user.id === 2492783 || pr.user.id === 46447321) { + console.log('No credit for maintainer/bot, stop processing'); return; }