update logseq-i18n-lint (#12527)

* chore: update logseq-i18n-lint binaries to 5cb43a2cc559

* chore: update PR creation to use default branch and repo owner variables

* feat(i18n): add check for missing translations in validation process

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
megayu
2026-04-21 11:11:37 +08:00
committed by GitHub
parent e44092832e
commit 6df9d43c26
10 changed files with 12 additions and 2 deletions

View File

@@ -208,10 +208,13 @@ jobs:
COMMIT_SHA: ${{ steps.source.outputs.commit_sha }}
SHORT_SHA: ${{ steps.source.outputs.short_sha }}
BRANCH: ${{ steps.commit.outputs.branch }}
BASE_BRANCH: ${{ github.event.repository.default_branch }}
REPO_OWNER: ${{ github.repository_owner }}
run: |
HEAD_REF="${REPO_OWNER}:${BRANCH}"
gh pr create \
--base develop \
--head "${BRANCH}" \
--base "${BASE_BRANCH}" \
--head "${HEAD_REF}" \
--title "chore: update logseq-i18n-lint binaries to ${SHORT_SHA}" \
--body "$(cat <<EOF
## Update logseq-i18n-lint binaries