auto-update-both-branches #1025

Merged
philipp merged 2 commits from auto-update-both-branches into staging 2025-05-15 22:26:42 +02:00
Showing only changes of commit 4bcba1ec47 - Show all commits

View File

@ -17,7 +17,7 @@ jobs:
cargo upgrade cargo upgrade
cargo update cargo update
- name: Create Pull Request - name: Create Pull Request Staging
uses: https://git.hofer.link/philipp/create-pull-request@18ef1fdad70eec569ab10292c1fa79c1b5296370 uses: https://git.hofer.link/philipp/create-pull-request@18ef1fdad70eec569ab10292c1fa79c1b5296370
with: with:
token: ${{ secrets.GITEATOKEN }} token: ${{ secrets.GITEATOKEN }}
@ -32,3 +32,20 @@ jobs:
- Run `cargo update` to update Cargo.lock - Run `cargo update` to update Cargo.lock
branch: update-cargo-dependencies branch: update-cargo-dependencies
delete-branch: true 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