From 999a3668035ca48b2e9f65e419a46bde4579c1e5 Mon Sep 17 00:00:00 2001 From: Daniel Noland Date: Mon, 4 Nov 2024 20:47:27 -0700 Subject: [PATCH] back to full? --- .github/workflows/update-versions.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index e55e67b3..c918ca0c 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -57,11 +57,13 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: - branch: 'dpdk-sys/update' - title: 'bump dpdk-sys' - labels: "automated,dependencies" + branch: 'bump/dpdk-sys' + title: 'bump/dpdk-sys' + labels: | + automated + dependencies signoff: 'true' - commit-message: 'bump dpdk-sys' + commit-message: 'bump/dpdk-sys' sign-commits: 'true' body: 'bump dpdk-sys'