Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor i18n Consistency Checker Workflow for Improved Efficiency #636

Open
wants to merge 1 commit into
base: i18n-check-fix-empty-comment
Choose a base branch
from

Conversation

yuhattor
Copy link
Member

@yuhattor yuhattor commented Dec 6, 2023

This pull request primarily focuses on the refactoring of the .github/workflows/i18n-consistency-checker.yaml file. The changes include the removal of the Check issue.md existence step and the integration of its functionality into the Create issue step. Additionally, commented-out code related to creating a new issue or commenting on an existing one has been removed.

Refactoring of .github/workflows/i18n-consistency-checker.yaml:

  • Removed the Check issue.md existence step, which was previously responsible for checking the existence of the issue.md file. This functionality has now been integrated into the Create issue step with the addition of a conditional check for the existence of the issue.md file.
  • Removed commented-out code that was previously used to create a new issue or comment on an existing one. This helps to declutter the codebase and remove potential confusion.

@yuhattor
Copy link
Member Author

yuhattor commented Dec 6, 2023

@spier I updated a bit. Please take a look at this.
#586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant