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 30a5d87 commit 6b16753Copy full SHA for 6b16753
1 file changed
.github/workflows/deploy.yml
@@ -45,7 +45,16 @@ jobs:
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\":[\"${{ github.actor }}\"]}"
48
-
+
49
50
+ - name: check team reviewer via GitHub API
51
+ env:
52
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
+ run: |
54
+ curl -H "Authorization: token $GITHUB_TOKEN" \
55
+ -H "Accept: application/vnd.github+json" \
56
+ https://api.github.com/orgs/Code-dot-mil/teams/ai4sdlc-reviewer
57
58
- name: Assign team reviewer via GitHub API
59
env:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments