mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 04:34:14 +00:00
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:
7
.github/workflows/update-i18n-lint.yml
vendored
7
.github/workflows/update-i18n-lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user