ci: add workflow to track doc-en changes and open sync issues#411
ci: add workflow to track doc-en changes and open sync issues#411lacatoire wants to merge 1 commit into
Conversation
|
Thanks. A bug report first, since this is already running in doc-fr, doc-es, doc-ru and doc-de. There is an infinite loop in the pagination guard: COUNT=$(echo "$BATCH" | grep -c . 2>/dev/null || echo "0")On an empty page COUNT=$(echo "$BATCH" | sed '/^$/d' | wc -l)For doc-ja I'm declining, for the reason given in php/doc-pt_br#786: revcheck already tells us what needs updating, on demand and without a backlog to triage. doc-en has averaged about 13 commits a week over the last 12 weeks, so this would add roughly 700 issues a year against the 4 we currently have open. One note across the three PRs: this script skips Closing. The pagination fix is worth applying regardless. |
Adds a daily GitHub Actions workflow that watches commits on
php/doc-enand automatically opens issues for files that need updating in the Japanese translation.How it works
doc-encommits from the last 7 days[skip-revcheck]sync-enlabel on first run if it does not exist yetPrior art
This workflow is already in use in
doc-fr,doc-ru,doc-es, anddoc-de. There is also an ongoing initiative indoc-baseto provide reusable workflows that alldoc-*repos can share.