Skip to content

Commit

Permalink
Removed codebien from autoassign
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed Aug 29, 2024
1 parent 7c1b1af commit 71beb36
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', 'codebien', 'olegbespalov', 'oleiade', 'joanlopez'];
const assignees = ['mstoykov', 'olegbespalov', 'oleiade', 'joanlopez'];
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 71beb36

Please sign in to comment.