From b69f0b2cd0e13235acca6480069aa63944f8f941 Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Fri, 1 Mar 2024 12:22:05 +0100 Subject: [PATCH] fix(ci/arena): Fix requesting manual review Three times the charm, right? --- .github/workflows/arena-intake.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/arena-intake.yml b/.github/workflows/arena-intake.yml index 8c946141..a7754047 100644 --- a/.github/workflows/arena-intake.yml +++ b/.github/workflows/arena-intake.yml @@ -125,7 +125,8 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, pull_number: pr.number, - team_reviewers: ['@Significant-Gravitas/maintainers'], + reviewers: ['Pwuts'], + // team_reviewers: ['maintainers'], // doesn't work: https://stackoverflow.com/a/64977184/4751645 }); } else { console.log('➡️ Approving PR...');