Skip to content

Commit ea4c5cc

Browse files
Update auto_review_documentation.yml
1 parent 8d9b58c commit ea4c5cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/auto_review_documentation.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
test-notebooks:
13+
auto-review-merge:
1414
runs-on: ubuntu-latest
1515
environment: MMI-Samples
1616
env:
@@ -35,6 +35,11 @@ jobs:
3535
python -m pip install --upgrade pip
3636
pip install azure-identity python-dotenv PyGithub openai unidiff requests
3737
38+
- name: Checkout code
39+
uses: actions/checkout@v4
40+
with:
41+
fetch-depth: 0 # Critical for comparing two SHAs
42+
3843
- name: Get changed files
3944
id: changed-docs
4045
run: |

0 commit comments

Comments
 (0)