File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,11 @@ jobs:
32
32
- name : Create Pull Request
33
33
id : cpr
34
34
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
37
37
with :
38
38
token : ${{ secrets.UIROUTERBOT_PAT }}
39
- request-to-parent : true
40
- branch-suffix : ' random'
39
+ branch : ' update-${{ matrix.deptype }}'
41
40
commit-message : ' chore(package): Update ${{ steps.upgrade.outputs.upgradecount }} ${{ matrix.deptype }} to ${{ steps.upgrade.outputs.upgradestrategy }}'
42
41
title : ' chore(package): Update ${{ steps.upgrade.outputs.upgradecount }} ${{ matrix.deptype }} to ${{ steps.upgrade.outputs.upgradestrategy }}'
43
42
body : |
You can’t perform that action at this time.
0 commit comments