Skip to content

Commit 94a5aae

Browse files
authored
Update Label Type - i18n-consistency-checker.yaml
1 parent fccd62b commit 94a5aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/i18n-consistency-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if expr "$existing_issue_id" : '^[0-9]*$' >/dev/null; then
9898
gh issue comment "$existing_issue_id" -F issue.md -R $GITHUB_REPOSITORY
9999
else
100-
gh issue create -t "$issue_title" -F issue.md -R $GITHUB_REPOSITORY -l i18n
100+
gh issue create -t "$issue_title" -F issue.md -R $GITHUB_REPOSITORY -l "Type - Translation"
101101
fi
102102
fi
103103
env:

0 commit comments

Comments
 (0)