Skip to content

Commit 91a495a

Browse files
authored
Let wpt-pr-bot assign reviewers for wasm workflow (#58554)
* Change PR reviewer to wpt-pr-bot for wasm workflow * Remove reviewer from PR creation in workflow Removed the reviewer parameter from the PR creation command.
1 parent 7f775df commit 91a495a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-wasm-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
cd wpt
5858
git push --set-upstream origin $BRANCH_NAME
59-
gh pr create --title "$COMMIT_TITLE" --body "$PR_BODY" --reviewer jcscottiii,dschuff
59+
gh pr create --title "$COMMIT_TITLE" --body "$PR_BODY"
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
COMMIT_TITLE: "Update Wasm tests"

0 commit comments

Comments
 (0)