Skip to content

Commit d4a0825

Browse files
authored
Merge pull request #3 from Code-dot-mil/hshah-mitre-patch-1
Update index.md
2 parents 8e453a5 + a5185e1 commit d4a0825

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

.github/auto_assign.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
addReviewers: true
2+
reviewers:
3+
- hshah-mitre
4+
5+
addAssignees: true
6+
assignees:
7+
- hshah-mitre
8+
9+
# Optionally, you can set number of reviewers/assignees to assign randomly
10+
# numberOfReviewers: 2
11+
# numberOfAssignees: 1
12+
13+
# You can also restrict by label, branch, etc.

.github/workflows/auto-assign.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "Auto Assign"
2+
3+
on:
4+
pull_request:
5+
types: [opened, ready_for_review]
6+
7+
jobs:
8+
auto_assign:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: kentaro-m/auto-assign-action@v1.2.4

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 two
8+
## Getting started three
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)