From 0d17d2613357db225f224bdbf191fbd9ad17b4a5 Mon Sep 17 00:00:00 2001 From: koenkk Date: Mon, 22 May 2023 18:38:28 +0200 Subject: [PATCH] feat(ignore): update CI/CD --- .github/workflows/update_deps.yml | 2 +- .github/workflows/update_frontend.yml | 2 +- .github/workflows/update_zh.yml | 2 +- .github/workflows/update_zhc.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index 97e83d83a..fd7b5ca82 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -25,6 +25,6 @@ jobs: - run: npm install - uses: peter-evans/create-pull-request@v5 with: - commit-message: Update dependencies + commit-message: "feat(ignore): update dependencies" branch: "update_deps" title: Update dependencies diff --git a/.github/workflows/update_frontend.yml b/.github/workflows/update_frontend.yml index b87939605..c04884264 100644 --- a/.github/workflows/update_frontend.yml +++ b/.github/workflows/update_frontend.yml @@ -23,7 +23,7 @@ jobs: - uses: peter-evans/create-pull-request@v5 id: cpr with: - commit-message: "chore: update zigbee2mqtt-frontend to ${{ github.event.client_payload.version }}" + commit-message: "feat(ignore): update zigbee2mqtt-frontend to ${{ github.event.client_payload.version }}" branch: "update_frontend" title: Update zigbee-frontend to ${{ github.event.client_payload.version }} - run: sleep 5 # Otherwise pull request may not exist yet causing automerge to fail diff --git a/.github/workflows/update_zh.yml b/.github/workflows/update_zh.yml index 2abf329f0..1127f11de 100644 --- a/.github/workflows/update_zh.yml +++ b/.github/workflows/update_zh.yml @@ -23,7 +23,7 @@ jobs: - uses: peter-evans/create-pull-request@v5 id: cpr with: - commit-message: "chore: update zigbee-herdsman to ${{ github.event.client_payload.version }}" + commit-message: "feat(ignore): update zigbee-herdsman to ${{ github.event.client_payload.version }}" branch: "update_zh" title: Update zigbee-herdsman to ${{ github.event.client_payload.version }} - run: sleep 5 # Otherwise pull request may not exist yet causing automerge to fail diff --git a/.github/workflows/update_zhc.yml b/.github/workflows/update_zhc.yml index a783988a9..3dc5594ed 100644 --- a/.github/workflows/update_zhc.yml +++ b/.github/workflows/update_zhc.yml @@ -23,7 +23,7 @@ jobs: - uses: peter-evans/create-pull-request@v5 id: cpr with: - commit-message: "chore: update zigbee-herdsman-converters to ${{ github.event.client_payload.version }}" + commit-message: "feat(ignore): update zigbee-herdsman-converters to ${{ github.event.client_payload.version }}" branch: "update_zhc" title: Update zigbee-herdsman-converters to ${{ github.event.client_payload.version }} - run: sleep 5 # Otherwise pull request may not exist yet causing automerge to fail