mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
fix(ci/arena): Fix requesting manual review
Three times the charm, right?
This commit is contained in:
3
.github/workflows/arena-intake.yml
vendored
3
.github/workflows/arena-intake.yml
vendored
@@ -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...');
|
||||
|
||||
Reference in New Issue
Block a user