Skip to content

Commit

Permalink
Remove ankur22 from the issue assignee pool (#4505)
Browse files Browse the repository at this point in the history
Temporary change while i'm afk for a while.
  • Loading branch information
ankur22 authored Feb 4, 2025
1 parent 0db1943 commit 7162993
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 = ['ankur22', 'codebien', 'inancgumus', 'joanlopez', 'mstoykov', 'olegbespalov', 'oleiade'];
const assignees = ['codebien', 'inancgumus', 'joanlopez', 'mstoykov', 'olegbespalov', 'oleiade'];
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 7162993

Please sign in to comment.