Skip to content

Commit fccd62b

Browse files
committed
Update to use i18n label for internationalization related issue
1 parent b27512e commit fccd62b

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 documentation
100+
gh issue create -t "$issue_title" -F issue.md -R $GITHUB_REPOSITORY -l i18n
101101
fi
102102
fi
103103
env:

0 commit comments

Comments
 (0)