Skip to content

Commit ca813c6

Browse files
Update auto_review_documentation.yml
1 parent 6b07376 commit ca813c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/auto_review_documentation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Auto Review Documentation
33
on:
44
push:
55
branches:
6-
- main
6+
- chienyuanchang/check_description_after_merge # main
77

88
permissions:
99
id-token: write
@@ -20,6 +20,7 @@ jobs:
2020
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
2121
REPO_NAME: "Azure-Samples/azure-ai-content-understanding-python"
2222
DOC_FILE_FILTER: '\.md$|\.rst$|README|\.ipynb$'
23+
BRANCH_NAME: chienyuanchang/check_description_after_merge
2324

2425
steps:
2526
- name: Checkout code
@@ -35,7 +36,7 @@ jobs:
3536
- name: Install dependencies
3637
run: |
3738
python -m pip install --upgrade pip
38-
pip install azure-identity python-dotenv PyGithub openai unidiff requests
39+
pip install -r tools/review_file/requirements.txt
3940
4041
- name: Get changed files
4142
id: changed-docs

0 commit comments

Comments
 (0)