From 332e990e54a10702eacf9b8306acb2d744ee1e45 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 2 Jul 2026 18:16:35 +0000 Subject: [PATCH] Sign commits and bump create-pull-request to v7 in black-format workflow --- .github/workflows/black-format.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/black-format.yml b/.github/workflows/black-format.yml index bf68f50..2a92902 100644 --- a/.github/workflows/black-format.yml +++ b/.github/workflows/black-format.yml @@ -58,8 +58,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: |