Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,16 @@ jobs:
run: |
pwd
ls -al .github
cat .github/auto_assign.yml || echo "No auto_assign.yml found"
- uses: kentaro-m/auto-assign-action@v1.2.4
cat .github/auto_assign.yml || echo "No auto_assign.yml found"

- uses: actions/checkout@v3
- name: Assign reviewers
uses: ahmadnassri/action-assign-reviewers@v1
with:
reviewers: hshah-mitre
assignees: hshah-mitre

#- uses: kentaro-m/auto-assign-action@v1.2.4

# Build stage - converting md file to html using MkDocs
convert_md_to_html:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: That Would Be Me
# AI4SDLC


## Getting started twotwo
## Getting started nine

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

Expand Down
Loading