We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d6618 commit 1abcee0Copy full SHA for 1abcee0
.github/workflows/auto-assign-reviewers.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
# 通过 GitHub API 获取 PR 的变更文件列表
38
changed_files=$(curl -s \
39
- -H "Authorization: Bearer ${{ secrets.ACTION_TOKEN_AUTO_REVIEW }}" \
+ -H "Authorization: Bearer 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" \
40
"https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/files" | \
41
jq -r '.[].filename') # 使用 jq 提取文件名
42
0 commit comments