File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -83,17 +83,23 @@ jobs:
83
83
- name : Create Pull Request
84
84
if : github.event_name == 'schedule'
85
85
id : cpr
86
- uses : peter-evans/create-pull-request@v2
86
+ uses : peter-evans/create-pull-request@v3
87
87
env :
88
88
GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
89
89
with :
90
90
commit-message : " [Ignore] Update Notebook dts"
91
91
committer : GitHub <noreply@github.com>
92
92
author : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
93
93
title : " [Ignore] Update Notebook dts"
94
- assignees : TylerLeonhardt
95
- reviewers : TylerLeonhardt
94
+ assignees : |
95
+ TylerLeonhardt
96
+ rjmholt
97
+ reviewers : |
98
+ TylerLeonhardt
99
+ rjmholt
96
100
base : master
97
101
draft : false
98
102
branch : powershell-notebook-patch-${{ github.run_id }}
99
- labels : Created_by_Action
103
+ labels : |
104
+ Created_by_Action
105
+ dependencies
You can’t perform that action at this time.
0 commit comments