From b91b456f981012d60afd880097af2aa933a77e09 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Wed, 22 Jul 2020 23:34:35 +0200 Subject: [PATCH] Include zigbee-herdsman-(converters) version in pull request title. --- .github/workflows/update_zh.yml | 2 +- .github/workflows/update_zhc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_zh.yml b/.github/workflows/update_zh.yml index c48a2cb4b..4ca6a2ff6 100644 --- a/.github/workflows/update_zh.yml +++ b/.github/workflows/update_zh.yml @@ -19,4 +19,4 @@ jobs: with: commit-message: Update zigbee-herdsman to ${{ github.event.client_payload.version }} branch: "update_zh" - title: Update zigbee-herdsman + title: Update zigbee-herdsman to ${{ github.event.client_payload.version }} diff --git a/.github/workflows/update_zhc.yml b/.github/workflows/update_zhc.yml index 58eeb6773..3de3921be 100644 --- a/.github/workflows/update_zhc.yml +++ b/.github/workflows/update_zhc.yml @@ -19,4 +19,4 @@ jobs: with: commit-message: Update zigbee-herdsman-converters to ${{ github.event.client_payload.version }} branch: "update_zhc" - title: Update zigbee-herdsman-converters + title: Update zigbee-herdsman-converters to ${{ github.event.client_payload.version }}