mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-07-10 17:50:20 -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;
|
||||
}
|
||||
|
||||
if (pr.labels.some(label => label.name === "l10n")) {
|
||||
console.log("Skipping template check for l10n PR");
|
||||
return;
|
||||
}
|
||||
|
||||
const response = await github.rest.repos.getContent({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
|
||||
Reference in New Issue
Block a user