mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-07-10 09:40:16 -04:00
dev: Skip template check on Crowdin PRs (#7854)
This commit is contained in:
5
.github/workflows/pull-request-lint.yml
vendored
5
.github/workflows/pull-request-lint.yml
vendored
@@ -59,6 +59,11 @@ jobs:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (pr.labels.some(label => label.name === "l10n")) {
|
||||||
|
console.log("Skipping template check for l10n PR");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const response = await github.rest.repos.getContent({
|
const response = await github.rest.repos.getContent({
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
|
|||||||
Reference in New Issue
Block a user