diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 94f444f4..eb909059 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -3,6 +3,7 @@ name: Crowdin Action on: push: branches: [ dev ] + workflow_dispatch: jobs: synchronize-with-crowdin: @@ -23,6 +24,7 @@ jobs: pull_request_title: 'New Crowdin Translations' pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)' pull_request_base_branch_name: 'dev' + pull_request_assignees: 'crowdin-bot' env: # A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository). GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}