There was an error while loading. Please reload this page.
1 parent b27512e commit fccd62bCopy full SHA for fccd62b
.github/workflows/i18n-consistency-checker.yaml
@@ -97,7 +97,7 @@ jobs:
97
if expr "$existing_issue_id" : '^[0-9]*$' >/dev/null; then
98
gh issue comment "$existing_issue_id" -F issue.md -R $GITHUB_REPOSITORY
99
else
100
- gh issue create -t "$issue_title" -F issue.md -R $GITHUB_REPOSITORY -l documentation
+ gh issue create -t "$issue_title" -F issue.md -R $GITHUB_REPOSITORY -l i18n
101
fi
102
103
env:
0 commit comments