diff --git a/.github/PULL_REQUEST_TEMPLATE/manual-crowdin.md b/.github/PULL_REQUEST_TEMPLATE/manual-crowdin.md index 6526c9c..16d6e4c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/manual-crowdin.md +++ b/.github/PULL_REQUEST_TEMPLATE/manual-crowdin.md @@ -4,10 +4,9 @@ ## Languages changed -* +- - ## Issues solved diff --git a/.github/workflows/pr_management.yml b/.github/workflows/pr_management.yml index 0ac2ce0..e9ea52d 100644 --- a/.github/workflows/pr_management.yml +++ b/.github/workflows/pr_management.yml @@ -32,10 +32,10 @@ jobs: - name: Label & comment if PR has conflict uses: eps1lon/actions-label-merge-conflict@v3.0.2 with: - dirtyLabel: "Merge conflict identified" - repoToken: "${{ secrets.GITHUB_TOKEN }}" - commentOnDirty: "This pull request has conflicts with the base branch, which is ${{ github.base_ref }}. Please resolve them." - commentOnClean: "Resolved conflicts!" + dirtyLabel: "Merge conflict identified" + repoToken: "${{ secrets.GITHUB_TOKEN }}" + commentOnDirty: "This pull request has conflicts with the base branch, which is ${{ github.base_ref }}. Please resolve them." + commentOnClean: "Resolved conflicts!" - name: Assign/unassign reviewers if: github.event.action == 'ready_for_review'