File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848 changed_files=$(curl -s \
4949 "https://api.github.com/repos/${{ github.repository }}/pulls/${{ steps.extract-pr.outputs.PR_NUMBER }}/files" | \
5050 jq -r '.[].filename') # 使用 jq 提取文件名
51- echo "$changed_files" | grep -v '^MAINTAINERS$' > changed_files.txt
51+ echo "$changed_files" > changed_files.txt
5252
5353 existing_comment=$(curl -s \
5454 "https://api.github.com/repos/${{ github.repository }}/issues/${{ steps.extract-pr.outputs.PR_NUMBER }}/comments" | \
@@ -334,4 +334,4 @@ jobs:
334334 path : |
335335 unique_tags_bak.txt
336336 unique_reviewers_bak.txt
337- key : ${{ runner.os }}-auto-assign-reviewers-${{ steps.extract-pr.outputs.PR_NUMBER }}-${{ steps.get_comment_time.outputs.CURRENT_TIME }}
337+ key : ${{ runner.os }}-auto-assign-reviewers-${{ steps.extract-pr.outputs.PR_NUMBER }}-${{ steps.get_comment_time.outputs.CURRENT_TIME }}
You can’t perform that action at this time.
0 commit comments