Skip to content

Commit

Permalink
chore: change super user from nebius side (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
librarian authored Jan 17, 2025
1 parent 9f6694d commit 7a4d68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approvals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
console.log("Left team members: " + leftUsers.join(', '));
console.log("Right team members: " + rightUsers.join(', '));
// users that can approve PRs without any restrictions by commenting /approve
const superUsers = ['qkrorlqr', 'EvgeniyKozev'];
const superUsers = ['SvartMetal', 'EvgeniyKozev'];
const prNumber = context.issue.number;
const owner = context.repo.owner;
const repo = context.repo.repo;
Expand Down

0 comments on commit 7a4d68a

Please sign in to comment.