[PR #1630] [MERGED] Updating the crowdin sync process #3015

Closed
opened 2025-11-26 23:27:10 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1630
Author: @joseph-flinn
Created: 11/4/2021
Status: Merged
Merged: 11/5/2021
Merged by: @joseph-flinn

Base: masterHead: feature/crowdin-push


📝 Commits (1)

  • 77ebbfc Updating the crowdin sync process

📊 Changes

3 files changed (+48 additions, -2 deletions)

View changed files

📝 .github/workflows/build.yml (+42 -0)
📝 .github/workflows/crowdin-pull.yml (+2 -2)
📝 crowdin.yml (+4 -0)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Update Crowdin sync process to push sources on every build of master and to pull weekly at midnight on Friday.

Code changes

  • .github/workflows/build.yml: Added a Crowdin push after all of the build jobs on the master branch
  • .github/workflows/crowdin-pull.yml: Renamed and added a schedule trigger to the Crowdin Pull
  • crowdin.yml: Updated the Crowdin config file to the the outcome of the Action to match the outcome of the Crowdin GitHub App integration

Before you submit

  • I have checked for linting errors (npm run lint) (required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/1630 **Author:** [@joseph-flinn](https://github.com/joseph-flinn) **Created:** 11/4/2021 **Status:** ✅ Merged **Merged:** 11/5/2021 **Merged by:** [@joseph-flinn](https://github.com/joseph-flinn) **Base:** `master` ← **Head:** `feature/crowdin-push` --- ### 📝 Commits (1) - [`77ebbfc`](https://github.com/bitwarden/android/commit/77ebbfcd931608a4b57af0dd1bca88322b57c1aa) Updating the crowdin sync process ### 📊 Changes **3 files changed** (+48 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+42 -0) 📝 `.github/workflows/crowdin-pull.yml` (+2 -2) 📝 `crowdin.yml` (+4 -0) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [x] Build/deploy pipeline (DevOps) - [ ] Other ## Objective Update Crowdin sync process to push sources on every build of `master` and to pull weekly at midnight on Friday. ## Code changes * **.github/workflows/build.yml:** Added a Crowdin push after all of the build jobs on the `master` branch * **.github/workflows/crowdin-pull.yml:** Renamed and added a schedule trigger to the Crowdin Pull * **crowdin.yml:** Updated the Crowdin config file to the the outcome of the Action to match the outcome of the Crowdin GitHub App integration ## Before you submit - [x] I have checked for **linting** errors (`npm run lint`) (required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:27:10 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3015