diff --git a/.github/workflows/update-cacert.yml b/.github/workflows/update-cacert.yml index 49b1aef50..d7f1c85f0 100644 --- a/.github/workflows/update-cacert.yml +++ b/.github/workflows/update-cacert.yml @@ -86,11 +86,12 @@ jobs: run: echo "DATE=$(/bin/date -u "+%F")" >> $GITHUB_OUTPUT - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: base: ${{ steps.branches.outputs.BASE }} branch: ${{ steps.branches.outputs.PR_BRANCH }} delete-branch: true + sign-commits: true commit-message: ":lock_with_ink_pen: Update certificate bundle" title: ":lock_with_ink_pen: Update certificate bundle" body: | diff --git a/.github/workflows/update-website.yml b/.github/workflows/update-website.yml index 236bf3776..ca689e998 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -104,7 +104,7 @@ jobs: echo "REF=$REF_NAME" >> $GITHUB_OUTPUT echo 'PR_TITLE_PREFIX=[TEST | DO NOT MERGE] ' >> $GITHUB_OUTPUT echo 'PR_BODY=Test run for the website update after changes to the automated scripts.' >> $GITHUB_OUTPUT - echo 'DRAFT=true' >> $GITHUB_OUTPUT + echo 'DRAFT=always-true' >> $GITHUB_OUTPUT else echo "REF=$TAG_NAME" >> $GITHUB_OUTPUT echo 'PR_TITLE_PREFIX=' >> $GITHUB_OUTPUT @@ -165,11 +165,12 @@ jobs: run: git status -vv --untracked=all - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: base: gh-pages branch: feature/auto-ghpages-update-${{ steps.get_pr_info.outputs.REF }} delete-branch: true + sign-commits: true commit-message: "GH Pages: update other docs for Requests ${{ steps.get_pr_info.outputs.REF }}" title: "${{ steps.get_pr_info.outputs.PR_TITLE_PREFIX }}:books: Update GHPages website" body: |