From 8dfdef1a2461ed79c6c1f6735066055d63a4a3b0 Mon Sep 17 00:00:00 2001 From: Oleg Bespalov Date: Thu, 7 Nov 2024 13:03:59 +0100 Subject: [PATCH] Update issues auto-assigner maintainers --- .github/workflows/issue-auto-assign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-auto-assign.yml b/.github/workflows/issue-auto-assign.yml index f2d549c0082..73a934cf4dc 100644 --- a/.github/workflows/issue-auto-assign.yml +++ b/.github/workflows/issue-auto-assign.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/github-script@v7 with: script: | - const assignees = ['mstoykov', 'olegbespalov', 'oleiade', 'joanlopez']; + const assignees = ['mstoykov', 'olegbespalov', 'oleiade', 'joanlopez', 'ankur22', 'inancgumus']; const assigneeCount = 1; // Do not automatically assign users if someone was already assigned or it was opened by a maintainer