From 6c6268ef1b65c964badc99913472c14e7cfb0072 Mon Sep 17 00:00:00 2001 From: hshah-mitre Date: Fri, 25 Jul 2025 23:09:06 -0400 Subject: [PATCH 1/2] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 7f63357..017eca9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. From 2109016f14eb9d293a4f0051814241722591767b Mon Sep 17 00:00:00 2001 From: hshah-mitre Date: Fri, 25 Jul 2025 23:15:02 -0400 Subject: [PATCH 2/2] Update deploy.yml --- .github/workflows/deploy.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4119127..154d9cf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: