We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77cb75 commit 8dfdef1Copy full SHA for 8dfdef1
.github/workflows/issue-auto-assign.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/github-script@v7
21
with:
22
script: |
23
- const assignees = ['mstoykov', 'olegbespalov', 'oleiade', 'joanlopez'];
+ const assignees = ['mstoykov', 'olegbespalov', 'oleiade', 'joanlopez', 'ankur22', 'inancgumus'];
24
const assigneeCount = 1;
25
26
// Do not automatically assign users if someone was already assigned or it was opened by a maintainer
0 commit comments