ci: cancel the filtering rules for the MAINTAINER file

This commit is contained in:
Yuqiang Wang 2025-05-13 11:27:22 +08:00 committed by Rbb666
parent 74245ed18c
commit 9329d127b7
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
changed_files=$(curl -s \
"https://api.github.com/repos/${{ github.repository }}/pulls/${{ steps.extract-pr.outputs.PR_NUMBER }}/files" | \
jq -r '.[].filename') # 使用 jq 提取文件名
echo "$changed_files" | grep -v '^MAINTAINERS$' > changed_files.txt
echo "$changed_files" > changed_files.txt
existing_comment=$(curl -s \
"https://api.github.com/repos/${{ github.repository }}/issues/${{ steps.extract-pr.outputs.PR_NUMBER }}/comments" | \
@ -334,4 +334,4 @@ jobs:
path: |
unique_tags_bak.txt
unique_reviewers_bak.txt
key: ${{ runner.os }}-auto-assign-reviewers-${{ steps.extract-pr.outputs.PR_NUMBER }}-${{ steps.get_comment_time.outputs.CURRENT_TIME }}
key: ${{ runner.os }}-auto-assign-reviewers-${{ steps.extract-pr.outputs.PR_NUMBER }}-${{ steps.get_comment_time.outputs.CURRENT_TIME }}