Enable auto merge for update_zhc/zh

This commit is contained in:
Koen Kanters 2021-11-18 20:14:26 +01:00
parent 945b72b990
commit 91479fc0ec
2 changed files with 10 additions and 0 deletions

View File

@ -20,3 +20,8 @@ jobs:
commit-message: Update zigbee-herdsman to ${{ github.event.client_payload.version }}
branch: "update_zh"
title: Update zigbee-herdsman to ${{ github.event.client_payload.version }}
- uses: peter-evans/enable-pull-request-automerge@v1
if: steps.cpr.outputs.pull-request-operation == 'created'
with:
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
merge-method: squash

View File

@ -20,3 +20,8 @@ jobs:
commit-message: Update zigbee-herdsman-converters to ${{ github.event.client_payload.version }}
branch: "update_zhc"
title: Update zigbee-herdsman-converters to ${{ github.event.client_payload.version }}
- uses: peter-evans/enable-pull-request-automerge@v1
if: steps.cpr.outputs.pull-request-operation == 'created'
with:
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
merge-method: squash