Skip to content

Commit e843859

Browse files
authored
Update deploy.yml
1 parent 8f5b4c1 commit e843859

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
-H "Authorization: token $GITHUB_TOKEN" \
4545
-H "Accept: application/vnd.github+json" \
4646
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/assignees \
47-
-d '{"assignees":["hshah-mitre"]}'
47+
-d "{\"assignees\":[\"${{ github.actor }}\"]}"
4848
4949
- name: Assign reviewer via GitHub API
5050
env:
@@ -54,7 +54,7 @@ jobs:
5454
-H "Authorization: token $GITHUB_TOKEN" \
5555
-H "Accept: application/vnd.github+json" \
5656
https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers \
57-
-d '{"reviewers":["vsong15"]}'
57+
-d '{"reviewers":["vsong15"], "team_reviewers":["AI4SDLC-Reviewers"]}'
5858
5959
6060

0 commit comments

Comments
 (0)