Skip to content

Commit

Permalink
Add joanlopez to auto-assign gh workflows (#3461)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez authored Nov 21, 2023
1 parent a087d42 commit 38f273d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/github-script@v6
with:
script: |
const assignees = ['mstoykov', 'codebien', 'olegbespalov', 'oleiade'];
const assignees = ['mstoykov', 'codebien', '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
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/github-script@v6
with:
script: |
const reviewers = ['mstoykov', 'codebien', 'olegbespalov', 'oleiade'];
const reviewers = ['mstoykov', 'codebien', 'olegbespalov', 'oleiade', 'joanlopez'];
const reviewerCount = 2;
const crypto = require("node:crypto");
Expand Down

0 comments on commit 38f273d

Please sign in to comment.