Skip to content

Commit

Permalink
Update to use i18n label for internationalization related issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhattor committed Jun 18, 2023
1 parent b27512e commit fccd62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n-consistency-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
if expr "$existing_issue_id" : '^[0-9]*$' >/dev/null; then
gh issue comment "$existing_issue_id" -F issue.md -R $GITHUB_REPOSITORY
else
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
fi
fi
env:
Expand Down

0 comments on commit fccd62b

Please sign in to comment.