Skip to content

Commit

Permalink
Update issues auto-assigner maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Nov 7, 2024
1 parent c77cb75 commit 8dfdef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dfdef1

Please sign in to comment.