diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f0fcd7c..0a0f8db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,10 +35,7 @@ jobs: cat .github/auto_assign.yml || echo "No auto_assign.yml found" - uses: actions/checkout@v3 - - name: Assign reviewers - uses: kentaro-m/auto-assign-action@v1.2.4 - with: - reviewers: hshah-mitre + - name: Assign assignee via GitHub API env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -49,6 +46,16 @@ jobs: https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/assignees \ -d '{"assignees":["hshah-mitre"]}' + - name: Assign reviewer via GitHub API + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + curl -X POST \ + -H "Authorization: token $GITHUB_TOKEN" \ + -H "Accept: application/vnd.github+json" \ + https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers \ + -d '{"reviewers":["vsong15"]}' + # Build stage - converting md file to html using MkDocs diff --git a/docs/index.md b/docs/index.md index 02ab98a..017eca9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ author: That Would Be Me # AI4SDLC -## Getting started five +## Getting started nine To make it easy for you to get started with GitLab, here's a list of recommended next steps.