diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index 4cbc9beff..c658c428f 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -51,6 +51,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: title: Update dependencies + branch: update-dependencies + branch-suffix: random commit-message: Update dependencies token: ${{ secrets.REPO_TOKEN }} - branch-suffix: random diff --git a/.github/workflows/update_supply_chain.yml b/.github/workflows/update_supply_chain.yml index 0b73e64c4..189c9464a 100644 --- a/.github/workflows/update_supply_chain.yml +++ b/.github/workflows/update_supply_chain.yml @@ -39,6 +39,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: title: Update supply chain files + branch: update-supply-chain + branch-suffix: random commit-message: Update supply chain files token: ${{ secrets.REPO_TOKEN }} - branch-suffix: random diff --git a/.github/workflows/upgrade_examples.yml b/.github/workflows/upgrade_examples.yml index b7da243ea..58c4481f7 100644 --- a/.github/workflows/upgrade_examples.yml +++ b/.github/workflows/upgrade_examples.yml @@ -28,6 +28,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: title: Upgrade examples + branch: upgrade-examples + branch-suffix: random commit-message: Upgrade examples token: ${{ secrets.REPO_TOKEN }} - branch-suffix: random