diff --git a/.github/workflows/build_downport_branch.yml b/.github/workflows/build_downport_branch.yml index b80843c7..1e53589b 100644 --- a/.github/workflows/build_downport_branch.yml +++ b/.github/workflows/build_downport_branch.yml @@ -25,9 +25,9 @@ jobs: id: cpr uses: peter-evans/create-pull-request@v5 with: - branch: auto-update - title: "Automatic Update" - commit-message: "Automated changes" + branch: auto-update-downport + title: "Auto Update Downport" + commit-message: "Auto Update Downport" body: "This PR contains automated changes." labels: "auto-merge" - name: Enable Pull Request Automerge