From 9973571c06a360c8f2b4730240a6a4a09b35a1ab Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 2 Jul 2026 18:16:51 +0000 Subject: [PATCH] Sign commits and bump create-pull-request to v7 in workflows --- .github/workflows/black-format.yml | 3 ++- .github/workflows/update-cfbs-manual.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/black-format.yml b/.github/workflows/black-format.yml index b43fd282..4cf54185 100644 --- a/.github/workflows/black-format.yml +++ b/.github/workflows/black-format.yml @@ -59,8 +59,9 @@ jobs: echo ::set-output name=body::$body - name: Create Pull Request if: hashFiles('git_diff_exists') != '' - uses: cfengine/create-pull-request@v6 + uses: cfengine/create-pull-request@v7 with: + sign-commits: true title: Reformatted python code using Black formatter body: ${{ steps.commit-message-from-file.outputs.body }} reviewers: | diff --git a/.github/workflows/update-cfbs-manual.yml b/.github/workflows/update-cfbs-manual.yml index a08b6675..48ce356e 100644 --- a/.github/workflows/update-cfbs-manual.yml +++ b/.github/workflows/update-cfbs-manual.yml @@ -45,8 +45,9 @@ jobs: run: git add cfbs/cfbs.1 && git commit -m "Regenerated man page" - name: Create Pull Request if: env.MANPAGE_HASH_BEFORE != env.MANPAGE_HASH_AFTER - uses: cfengine/create-pull-request@v6 + uses: cfengine/create-pull-request@v7 with: + sign-commits: true title: Updated cfbs manual body: Automated updates to the cfbs manual using [the `update_cfbs_manual` workflow](https://github.com/cfengine/cfbs/blob/master/.github/workflows/update-cfbs-manual.yml). reviewers: |