Merge pull request #7092 from acmesh-official/dev

wiki-guard: log the number of write-access members loaded
This commit is contained in:
neil
2026-07-06 15:24:23 +08:00
committed by GitHub

View File

@@ -53,6 +53,7 @@ jobs:
gh api "repos/${GITHUB_REPOSITORY}/collaborators?per_page=100" --paginate \
-q '.[] | select(.permissions.push) | .login' 2>/dev/null \
| tr 'A-Z' 'a-z' | sort -u > writers.txt || true
echo "write-access members loaded: $(wc -l < writers.txt)"
cd wiki
git config core.quotePath false