Skip to content

Commit afed914

Browse files
authored
ci: cancel the filtering rules for the MAINTAINER file
1 parent 74245ed commit afed914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-assign-reviewers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)