Skip to content

Commit bf8872a

Browse files
[Ignore] upgrade to create-pull-request v3
1 parent 11b0cf5 commit bf8872a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/updateNotebookApi.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,23 @@ jobs:
8383
- name: Create Pull Request
8484
if: github.event_name == 'schedule'
8585
id: cpr
86-
uses: peter-evans/create-pull-request@v2
86+
uses: peter-evans/create-pull-request@v3
8787
env:
8888
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
8989
with:
9090
commit-message: "[Ignore] Update Notebook dts"
9191
committer: GitHub <noreply@github.com>
9292
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
9393
title: "[Ignore] Update Notebook dts"
94-
assignees: TylerLeonhardt
95-
reviewers: TylerLeonhardt
94+
assignees: |
95+
TylerLeonhardt
96+
rjmholt
97+
reviewers: |
98+
TylerLeonhardt
99+
rjmholt
96100
base: master
97101
draft: false
98102
branch: powershell-notebook-patch-${{ github.run_id }}
99-
labels: Created_by_Action
103+
labels: |
104+
Created_by_Action
105+
dependencies

0 commit comments

Comments
 (0)