Skip to content

Commit 390c833

Browse files
chore(update-dependencies): update to create-pull-request@v3 and config to reuse branches
1 parent 4c09f1a commit 390c833

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/update_dependencies.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ jobs:
3232
- name: Create Pull Request
3333
id: cpr
3434
if: ${{ steps.upgrade.outputs.upgrades != '' }}
35-
# the following hash is from https://github.com/peter-evans/create-pull-request/releases/tag/v2.7.0
36-
uses: peter-evans/create-pull-request@340e629d2f63059fb3e3f15437e92cfbc7acd85b
35+
# the following hash is from https://github.com/peter-evans/create-pull-request/releases/tag/v3.8.2
36+
uses: peter-evans/create-pull-request@052fc72b4198ba9fbc81b818c6e1859f747d49a8
3737
with:
3838
token: ${{ secrets.UIROUTERBOT_PAT }}
39-
request-to-parent: true
40-
branch-suffix: 'random'
39+
branch: 'update-${{ matrix.deptype }}'
4140
commit-message: 'chore(package): Update ${{ steps.upgrade.outputs.upgradecount }} ${{ matrix.deptype }} to ${{ steps.upgrade.outputs.upgradestrategy }}'
4241
title: 'chore(package): Update ${{ steps.upgrade.outputs.upgradecount }} ${{ matrix.deptype }} to ${{ steps.upgrade.outputs.upgradestrategy }}'
4342
body: |

0 commit comments

Comments
 (0)