InnerSourceCommons / InnerSourcePatterns

Proven approaches that can guide you through applying open source best practices within your organization
https://patterns.innersourcecommons.org
Creative Commons Attribution Share Alike 4.0 International
728 stars 177 forks source link

Refactor i18n Consistency Checker Workflow for Improved Efficiency #636

Open yuhattor opened 7 months ago

yuhattor commented 7 months ago

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:

yuhattor commented 7 months ago

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

586