Skip to content

Commit 1c135e2

Browse files
authored
Merge pull request #14 from Code-dot-mil/hshah-mitre-patch-1
Update index.md
2 parents 581b65e + 2109016 commit 1c135e2

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,16 @@ jobs:
3232
run: |
3333
pwd
3434
ls -al .github
35-
cat .github/auto_assign.yml || echo "No auto_assign.yml found"
36-
- uses: kentaro-m/auto-assign-action@v1.2.4
35+
cat .github/auto_assign.yml || echo "No auto_assign.yml found"
36+
37+
- uses: actions/checkout@v3
38+
- name: Assign reviewers
39+
uses: ahmadnassri/action-assign-reviewers@v1
40+
with:
41+
reviewers: hshah-mitre
42+
assignees: hshah-mitre
43+
44+
#- uses: kentaro-m/auto-assign-action@v1.2.4
3745

3846
# Build stage - converting md file to html using MkDocs
3947
convert_md_to_html:

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 twotwo
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)