mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 02:33:22 -04:00
chore: Update GitHub Configs (#6135)
This commit is contained in:
5
.github/workflows/locale-sync.yml
vendored
5
.github/workflows/locale-sync.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
|||||||
|
|
||||||
# Add and commit changes
|
# Add and commit changes
|
||||||
git add .
|
git add .
|
||||||
git commit -m "chore: automatic locale sync"
|
git commit -m "chore: crowdin locale sync"
|
||||||
|
|
||||||
# Push the branch
|
# Push the branch
|
||||||
git push origin "$BRANCH_NAME"
|
git push origin "$BRANCH_NAME"
|
||||||
@@ -96,9 +96,10 @@ jobs:
|
|||||||
# Create PR using GitHub CLI with explicit repository
|
# Create PR using GitHub CLI with explicit repository
|
||||||
gh pr create \
|
gh pr create \
|
||||||
--repo "${{ github.repository }}" \
|
--repo "${{ github.repository }}" \
|
||||||
--title "chore: automatic locale sync" \
|
--title "chore(l10n): Crowdin locale sync" \
|
||||||
--base "$BASE_BRANCH" \
|
--base "$BASE_BRANCH" \
|
||||||
--head "$BRANCH_NAME" \
|
--head "$BRANCH_NAME" \
|
||||||
|
--label "l10n" \
|
||||||
--body "## Summary
|
--body "## Summary
|
||||||
|
|
||||||
Automatically generated locale updates from the weekly sync job.
|
Automatically generated locale updates from the weekly sync job.
|
||||||
|
|||||||
1
.github/workflows/pull-request-lint.yml
vendored
1
.github/workflows/pull-request-lint.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
|||||||
deps
|
deps
|
||||||
auto
|
auto
|
||||||
l10n
|
l10n
|
||||||
|
config
|
||||||
# Configure that a scope must always be provided.
|
# Configure that a scope must always be provided.
|
||||||
requireScope: false
|
requireScope: false
|
||||||
# If the PR contains one of these newline-delimited labels, the
|
# If the PR contains one of these newline-delimited labels, the
|
||||||
|
|||||||
Reference in New Issue
Block a user