You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
I want to use this action to automatically label PRs for translations in my project.
The only - and for me most difficult - question I have is, what pattern I would need to use in order to only apply the label when the PR is towards those translations.
The translations always go towards json files located under src/resources/lang, the src/resources folder however also contains other json files for configuration settings and similar, so this should be ignored.
I'm not a pro at regex so Idk what would be a good pattern to cover the above requirements/rules.
The text was updated successfully, but these errors were encountered:
I want to use this action to automatically label PRs for translations in my project.
The only - and for me most difficult - question I have is, what pattern I would need to use in order to only apply the label when the PR is towards those translations.
The translations always go towards json files located under src/resources/lang, the src/resources folder however also contains other json files for configuration settings and similar, so this should be ignored.
I'm not a pro at regex so Idk what would be a good pattern to cover the above requirements/rules.
The text was updated successfully, but these errors were encountered: