Skip to content

Commit 8f5b4c1

Browse files
authored
Merge pull request #18 from Code-dot-mil/hshah-mitre-patch-1
Update index.md
2 parents 0170905 + b97ade2 commit 8f5b4c1

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ jobs:
3535
cat .github/auto_assign.yml || echo "No auto_assign.yml found"
3636
3737
- uses: actions/checkout@v3
38-
- name: Assign reviewers
39-
uses: kentaro-m/auto-assign-action@v1.2.4
40-
with:
41-
reviewers: hshah-mitre
38+
4239
- name: Assign assignee via GitHub API
4340
env:
4441
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -49,6 +46,16 @@ jobs:
4946
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/assignees \
5047
-d '{"assignees":["hshah-mitre"]}'
5148
49+
- name: Assign reviewer via GitHub API
50+
env:
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
run: |
53+
curl -X POST \
54+
-H "Authorization: token $GITHUB_TOKEN" \
55+
-H "Accept: application/vnd.github+json" \
56+
https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers \
57+
-d '{"reviewers":["vsong15"]}'
58+
5259
5360
5461
# Build stage - converting md file to html using MkDocs

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: That Would Be Me
55
# AI4SDLC
66

77

8-
## Getting started five
8+
## Getting started nine
99

1010
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
1111

0 commit comments

Comments
 (0)