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

chore(deps): update crowdin/github-action action to v1.20.4 #3347

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

Package Type Update Change
crowdin/github-action action minor 1.4.9 -> v1.20.4

Release Notes

crowdin/github-action (crowdin/github-action)

v1.20.4

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v1.20.3...v1.20.4

v1.20.3

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v1.20.2...v1.20.3

v1.20.2

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v1.20.1...v1.20.2

v1.20.1

Compare Source

What's Changed

New Contributors

Full Changelog: crowdin/github-action@v1.20.0...v1.20.1

v1.20.0

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v1.19.0...v1.20.0

v1.19.0

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v1...v1.19.0

v1.18.0

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v1...v1.18.0

v1.17.0

Compare Source

What's changed

Full Changelog: crowdin/github-action@v1.16.1...v1.17.0

v1.16.1

Compare Source

What's changed

Full Changelog: crowdin/github-action@v1.16.0...v1.16.1

v1.16.0

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v1.15.2...v1.16.0

v1.15.2

Compare Source

What's Changed

New Contributors

Full Changelog: crowdin/github-action@v1.15.1...v1.15.2

v1.15.1

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v1.15.0...v1.15.1

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: crowdin/github-action@v1.14.1...v1.15.0

v1.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: crowdin/github-action@v1.14.0...v1.14.1

v1.14.0

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v1.13.1...v1.14.0

v1.13.1

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v1.13.0...v1.13.1

v1.13.0

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v1.12.0...v1.13.0

v1.12.0

Compare Source

What's Changed

​- name: Crowdin Action
  uses: crowdin/github-action@v1
  with:
    upload_sources: true
    download_translations: true
    localization_branch_name: l10n_crowdin_translations
    create_pull_request: true
    pull_request_title: 'New Crowdin Translations'
    pull_request_body: 'New Crowdin translations by Crowdin GH Action'
    pull_request_base_branch_name: 'main'
+    pull_request_team_reviewers: 'crowdin-team-reviewer'
  env:
    GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
    CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
    CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

New Contributors

Full Changelog: crowdin/github-action@v1.11.0...v1.12.0

v1.11.0

Compare Source

What's Changed

  • add command and command_args options. See the Crowdin CLI command section for more details.
  • add the test-action.yml GitHub workflow to test the Action
  • refine Readme
  • improve Examples
  • enforce conventional commits specification
Deprecation warning ⚠️

The add_crowdin_branch, new_branch_title, new_branch_export_pattern, new_branch_priority, and delete_crowdin_branch options were deprecated. Please use the new command and command_args options instead:

- name: Crowdin Action
  uses: crowdin/github-action@v1
  with:
    command: 'branch add'
    command_args: '--title "title" --priority "HIGH" --export-pattern "pattern"'

By @​andrii-bodnar in https://github.com/crowdin/github-action/pull/176

Full Changelog: crowdin/github-action@v1.10.0...v1.11.0

v1.10.0

Compare Source

Updated

v1.9.0

Compare Source

Updated

v1.8.1

Compare Source

Updated

v1.8.0

Compare Source

Updated

v1.7.1

Compare Source

Updated

v1.7.0

Compare Source

Added

New options:

download_sources:
  description: 'Defines whether to download source files from the Crowdin project'
  default: 'false'
  required: false
push_sources:
  description: 'Push downloaded sources to the branch'
  default: 'true'
  required: false
download_sources_args:
  description: 'Additional arguments which will be passed to the `download sources` cli command'
  default: ''
  required: false

v1.6.0

Compare Source

Updated

Note
The major v1 versioning is also available for now: uses: crowdin/github-action@v1

Warning
The versioning format was changed by adding the v prefix to the version number - v1.6.0

v1.5.3

Compare Source

Updated

This includes also the CLI 3.9.2 release

v1.5.2

Compare Source

Fixed

v1.5.1

Compare Source

Updated

v1.5.0

Compare Source

Added

v1.4.16

Compare Source

Updated
  • Bump CLI version to 3.9.0

v1.4.15

Compare Source

Added
Fixed
  • Made available "space" in branch name when creating or deleting it in #​143 by @​VBeytok

v1.4.14

Compare Source

Updated
  • Bump CLI version to 3.8.1

v1.4.13

Compare Source

Updated
  • Bump CLI version to 3.8.0

v1.4.12

Compare Source

Updated

v1.4.11

Compare Source

Updated

v1.4.10

Compare Source

Updated
  • Bump CLI version to 3.7.9

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added effort: 1 priority: 2day type: chore updating folder structure, initializing projects etc; no production code change labels Aug 30, 2024
@mikeallisonJS mikeallisonJS added this pull request to the merge queue Sep 9, 2024
Merged via the queue into main with commit 9506a0f Sep 9, 2024
26 checks passed
@mikeallisonJS mikeallisonJS deleted the 00-00-RB-chore-crowdin-github-action-1.x branch September 9, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: 1 priority: 2day type: chore updating folder structure, initializing projects etc; no production code change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants