diff --git a/.github/workflows/sync-linguist.yml b/.github/workflows/sync-linguist.yml index 7066e83..69ad0ba 100644 --- a/.github/workflows/sync-linguist.yml +++ b/.github/workflows/sync-linguist.yml @@ -84,6 +84,7 @@ jobs: if: ${{ steps.commit.outputs.needs_pr == 'true' }} with: source_branch: ${{ steps.branch.outputs.branch_name }} + pr_title: "Update Linguist to ${{ steps.linguist-release.outputs.linguist_version }}" pr_body: "Automated Linguist update :robot:" destination_branch: "master" github_token: ${{ secrets.GITHUB_TOKEN }}