From f1b0418d46da4ff158bb7cea532bec19d404c726 Mon Sep 17 00:00:00 2001 From: Starttoaster Date: Tue, 5 Aug 2025 11:04:13 -0700 Subject: [PATCH] Set the correct commit author for mozilla cert workflow --- .github/workflows/update-mozilla-ca-cert.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-mozilla-ca-cert.yaml b/.github/workflows/update-mozilla-ca-cert.yaml index 727585fafd50..d74827f229d5 100644 --- a/.github/workflows/update-mozilla-ca-cert.yaml +++ b/.github/workflows/update-mozilla-ca-cert.yaml @@ -32,10 +32,14 @@ jobs: passphrase: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_PASSPHRASE }} - name: Create Pull Request if cacert.pem changed - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: + base: main commit-message: "Update cacert.pem from Mozilla CA bundle" title: "Update cacert.pem from Mozilla CA bundle" body: "Automated update of cacert.pem from https://curl.se/ca/cacert.pem." branch: update-cacert-pem add-paths: chia/ssl/cacert.pem + delete-branch: true + committer: "ChiaAutomation " + author: "ChiaAutomation "