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 #974

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2023

This PR contains the following updates:

Package Type Update Change
crowdin/github-action action minor v1.9.0 -> 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

Configuration

📅 Schedule: Branch creation - "after 5pm on the 2nd day of the month" (UTC), 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 the dependencies Pull requests that update a dependency file label Jul 2, 2023
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.11.0 chore(deps): Update crowdin/github-action action to v1.12.0 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from ea76eb0 to fd98f29 Compare July 24, 2023 07:45
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.12.0 chore(deps): Update crowdin/github-action action to v1.13.0 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from fd98f29 to cf3ffc3 Compare September 12, 2023 07:59
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.13.0 chore(deps): Update crowdin/github-action action to v1.13.1 Sep 18, 2023
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from cf3ffc3 to 05e553c Compare September 18, 2023 09:11
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.13.1 chore(deps): Update crowdin/github-action action to v1.14.0 Oct 25, 2023
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from 05e553c to b280159 Compare October 25, 2023 12:39
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.14.0 chore(deps): Update crowdin/github-action action to v1.14.1 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from b280159 to ace0609 Compare November 2, 2023 09:16
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.14.1 chore(deps): Update crowdin/github-action action to v1.15.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from ace0609 to 7b13ce4 Compare November 14, 2023 13:25
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.15.0 chore(deps): Update crowdin/github-action action to v1.15.1 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from 7b13ce4 to e521bbd Compare November 14, 2023 17:39
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.15.1 chore(deps): Update crowdin/github-action action to v1.15.2 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from e521bbd to 9ba3078 Compare November 16, 2023 15:09
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from 9ba3078 to 5560acf Compare January 4, 2024 17:50
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.15.2 chore(deps): Update crowdin/github-action action to v1.16.0 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from 5560acf to 32c62cc Compare January 19, 2024 11:17
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.16.0 chore(deps): Update crowdin/github-action action to v1.16.1 Jan 19, 2024
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from 32c62cc to c05f293 Compare January 31, 2024 07:41
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.16.1 chore(deps): Update crowdin/github-action action to v1.17.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from c05f293 to 6547dfb Compare February 7, 2024 13:40
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.17.0 chore(deps): Update crowdin/github-action action to v1.18.0 Feb 7, 2024
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from 6547dfb to c5fe43d Compare February 13, 2024 09:55
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.18.0 chore(deps): Update crowdin/github-action action to v1.19.0 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from c5fe43d to 1cbc6bb Compare March 20, 2024 09:17
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.19.0 chore(deps): Update crowdin/github-action action to v1.20.0 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from 1cbc6bb to fdba4cd Compare March 27, 2024 12:02
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.20.0 chore(deps): Update crowdin/github-action action to v1.20.1 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from fdba4cd to 4d65298 Compare April 2, 2024 10:21
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.20.1 chore(deps): Update crowdin/github-action action to v1.20.2 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from 4d65298 to acbfe7b Compare May 10, 2024 10:56
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.20.2 chore(deps): Update crowdin/github-action action to v1.20.3 May 10, 2024
@renovate renovate bot force-pushed the renovate/build-deps-and-github-actions branch from acbfe7b to 41f69da Compare May 16, 2024 18:02
@renovate renovate bot changed the title chore(deps): Update crowdin/github-action action to v1.20.3 chore(deps): Update crowdin/github-action action to v1.20.4 May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants