File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Auto Review Documentation
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - chienyuanchang/check_description_after_merge # main
7
7
8
8
permissions :
9
9
id-token : write
20
20
GITHUB_TOKEN : ${{ secrets.TOKEN_GITHUB }}
21
21
REPO_NAME : " Azure-Samples/azure-ai-content-understanding-python"
22
22
DOC_FILE_FILTER : ' \.md$|\.rst$|README|\.ipynb$'
23
+ BRANCH_NAME : chienyuanchang/check_description_after_merge
23
24
24
25
steps :
25
26
- name : Checkout code
35
36
- name : Install dependencies
36
37
run : |
37
38
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
39
40
40
41
- name : Get changed files
41
42
id : changed-docs
You can’t perform that action at this time.
0 commit comments