We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5b4c1 commit e843859Copy full SHA for e843859
1 file changed
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
-H "Authorization: token $GITHUB_TOKEN" \
45
-H "Accept: application/vnd.github+json" \
46
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/assignees \
47
- -d '{"assignees":["hshah-mitre"]}'
+ -d "{\"assignees\":[\"${{ github.actor }}\"]}"
48
49
- name: Assign reviewer via GitHub API
50
env:
@@ -54,7 +54,7 @@ jobs:
54
55
56
https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers \
57
- -d '{"reviewers":["vsong15"]}'
+ -d '{"reviewers":["vsong15"], "team_reviewers":["AI4SDLC-Reviewers"]}'
58
59
60
0 commit comments