From 4bcba1ec47bbbb8da0c33606143cdf3f5a1c392d Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 15 May 2025 22:25:27 +0200 Subject: [PATCH] auto update both branches --- .gitea/workflows/update.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 09921a1..7a45218 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -17,7 +17,7 @@ jobs: cargo upgrade cargo update - - name: Create Pull Request + - name: Create Pull Request Staging uses: https://git.hofer.link/philipp/create-pull-request@18ef1fdad70eec569ab10292c1fa79c1b5296370 with: token: ${{ secrets.GITEATOKEN }} @@ -32,3 +32,20 @@ jobs: - Run `cargo update` to update Cargo.lock branch: update-cargo-dependencies delete-branch: true + + - name: Create Pull Request Main + uses: https://git.hofer.link/philipp/create-pull-request@18ef1fdad70eec569ab10292c1fa79c1b5296370 + with: + token: ${{ secrets.GITEATOKEN }} + commit-message: Update Cargo dependencies + title: Update Cargo dependencies + body: | + This PR updates Cargo dependencies to their latest versions. + + @philipp + + - Run `cargo upgrade` to update version requirements in Cargo.toml + - Run `cargo update` to update Cargo.lock + branch: update-cargo-dependencies + base: main + delete-branch: true -- 2.47.2