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

fix: crowdin action upload #7029

Merged
merged 6 commits into from
Aug 22, 2023
Merged

fix: crowdin action upload #7029

merged 6 commits into from
Aug 22, 2023

Conversation

sethkfman
Copy link
Contributor

Development & PR Process

  1. Follow MetaMask Mobile Coding Standards
  2. Add release-xx label to identify the PR slated for a upcoming release (will be used in release discussion)
  3. Add needs-dev-review label when work is completed
  4. Add the appropiate QA label when dev review is completed
    • needs-qa: PR requires manual QA.
    • No QA/E2E only: PR does not require any manual QA effort. Prior to merging, ensure that you have successful end-to-end test runs in Bitrise.
    • Spot check on release build: PR does not require feature QA but needs non-automated verification. In the description section, provide test scenarios. Add screenshots, and or recordings of what was tested.
  5. Add QA Passed label when QA has signed off (Only required if the PR was labeled with needs-qa)
  6. Add your team's label, i.e. label starting with team- (or external-contributor label if your not a MetaMask employee)

Description

This PR fixes the broken Crowdin Action. A previous PR was introduced to disable the uploading of translations to Crowdin but the PR broke the action. The changes added the translation files back and disabled the uploading in the action. For some reason the GH action requires a translation path, if you disable the upload in the action file it doesn't upload translations as desired.

Evidence Links/Screenshots/Recordings

Link to a successful Crowdin Action

Checklist

  • [NA] There is a related GitHub issue
  • Tests are included if applicable
  • [NA] Any added code is fully documented

@sethkfman sethkfman added needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) team-mobile-client labels Aug 21, 2023
@sethkfman sethkfman requested a review from a team as a code owner August 21, 2023 22:45
@github-actions
Copy link
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

Copy link
Contributor

@tommasini tommasini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov-commenter
Copy link

Codecov Report

Merging #7029 (c4042b7) into main (872d201) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #7029   +/-   ##
=======================================
  Coverage   32.65%   32.65%           
=======================================
  Files         994      994           
  Lines       26646    26646           
  Branches     2089     2089           
=======================================
  Hits         8700     8700           
  Misses      17532    17532           
  Partials      414      414           

@sonarcloud
Copy link

sonarcloud bot commented Aug 21, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@Cal-L Cal-L added No QA Needed/E2E Only Apply this label when your PR does not need any QA effort. and removed needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) labels Aug 22, 2023
@gauthierpetetin gauthierpetetin added the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Aug 22, 2023
@sethkfman sethkfman merged commit ee759e8 into main Aug 22, 2023
17 checks passed
@sethkfman sethkfman deleted the fix/crowdin-action-upload branch August 22, 2023 16:07
@github-actions github-actions bot locked and limited conversation to collaborators Aug 22, 2023
@github-actions github-actions bot removed the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Aug 22, 2023
@metamaskbot metamaskbot added the release-7.7.0 Issue or pull request that will be included in release 7.7.0 label Aug 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
No QA Needed/E2E Only Apply this label when your PR does not need any QA effort. release-7.7.0 Issue or pull request that will be included in release 7.7.0 team-mobile-platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants