Merge pull request #7095 from acmesh-official/dev

sync
This commit is contained in:
neil 2026-07-06 16:37:03 +08:00 committed by GitHub
commit 1651a5a609
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,12 @@ on:
schedule:
- cron: "*/10 * * * *"
gollum:
# Piggyback on frequent repo activity, because the cron schedule is
# best-effort and often delayed well beyond its interval.
issues:
types: [opened]
issue_comment:
types: [created]
workflow_dispatch:
permissions:
@ -57,7 +63,6 @@ jobs:
-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)"
cat writers.txt
cd wiki
git config core.quotePath false