We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6268e commit 2109016Copy full SHA for 2109016
1 file changed
.github/workflows/deploy.yml
@@ -32,8 +32,16 @@ jobs:
32
run: |
33
pwd
34
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
+ cat .github/auto_assign.yml || echo "No auto_assign.yml found"
+
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
45
46
# Build stage - converting md file to html using MkDocs
47
convert_md_to_html:
0 commit comments