MetaMask / metamask-extension

:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
https://metamask.io
Other
11.8k stars 4.81k forks source link

Disable CI on the l10n_crowdin_action branch #25770

Closed vthomas13 closed 1 month ago

vthomas13 commented 1 month ago

What is this about?

A suggestion from @HowardBraham, we want to avoid running CI on this l10n_crowdin_action branch. @Gudahtt suggests that we keep the lint step to catch issues with localized messages.

Scenario

No response

Design

No response

Technical Details

No response

Threat Modeling Framework

No response

Acceptance Criteria

No response

Stakeholder review needed before the work gets merged

References

No response

HowardBraham commented 1 month ago

I think it would be easiest to implement the "just run the lint step" using GitHub Actions. You're going to encounter great complexities if you try to do it within CircleCI.

HowardBraham commented 1 month ago

I made some changes that I documented in this PR comment: https://github.com/MetaMask/metamask-extension/pull/25489#issuecomment-2224044285

I am not sure if this will already stop running CI on the l10n_crowdin_action branch, but it might. There does appear to be a PR though (https://github.com/MetaMask/metamask-extension/pull/24889), so let's keep an eye on this.