From 1f2ff7dc25d30333d3734704b4cf60f86019a792 Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Thu, 18 Jun 2020 01:21:31 -0500 Subject: [PATCH] chore: fix version updates commit text (#693) This fixes the commit so it includes "version updates" in the text. As it is a single commit, the default squash behavior uses the commit instead of the PR title for the commit that shows up in the dev branch (which wouldn't trigger the next workflow). --- .github/workflows/pr-version-updates.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-version-updates.yml b/.github/workflows/pr-version-updates.yml index 038e22eee..73f6d2173 100644 --- a/.github/workflows/pr-version-updates.yml +++ b/.github/workflows/pr-version-updates.yml @@ -26,6 +26,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} branch: release/version-updates title: Apply Version Updates From Current Changes + commit-message: "apply version updates" labels: "version updates" body: | Merging this PR will update the versions on all packages with changes as specified in the `.changes` directory.