From 4152988a77c4418d56272cf9bf0533dfce3aa572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:45:59 +0800 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 6 to 7 in the actions group (#2031) --- .github/workflows/add-device.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/add-device.yml b/.github/workflows/add-device.yml index 0b3a01a7ab11..c98c2ac4f9b9 100644 --- a/.github/workflows/add-device.yml +++ b/.github/workflows/add-device.yml @@ -26,7 +26,7 @@ jobs: - name: Make pull request if: steps.handle-add-device.outputs.success == 'true' id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "[add device]: ${{ steps.handle-add-device.outputs.device }}" @@ -37,6 +37,7 @@ jobs: branch: "add-device-${{ github.event.issue.number }}" labels: add-device delete-branch: true + sign-commits: true - name: Check outputs if: ${{ steps.cpr.outputs.pull-request-number }} run: |