From da43eff66d99df06432dd2112cef83084bc35c05 Mon Sep 17 00:00:00 2001 From: Luke Francl Date: Fri, 8 Oct 2021 15:18:02 -0700 Subject: [PATCH] Add PR title --- .github/workflows/sync-linguist.yml | 1 + 1 file changed, 1 insertion(+) 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 }}