From e4eaa590639d8590f0fe3016f67bf7f85dbc511e Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 6 Jul 2026 15:23:45 +0800 Subject: [PATCH] wiki-guard: log the number of write-access members loaded --- .github/workflows/wiki-guard.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wiki-guard.yml b/.github/workflows/wiki-guard.yml index a0199441..45033554 100644 --- a/.github/workflows/wiki-guard.yml +++ b/.github/workflows/wiki-guard.yml @@ -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