Skip to content

Commit 86bcf49

Browse files
fix new release pr due to github scripts update
1 parent 15b567b commit 86bcf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
github-token: ${{ secrets.GITHUB_TOKEN }}
7575
script: |
76-
github.pulls.create({
76+
github.rest.pulls.create({
7777
owner: '${{ env.REPO_ORG }}',
7878
repo: 'django-DefectDojo',
7979
title: 'Release: Merge release into master from: ${{ env.NEW_BRANCH }}',

0 commit comments

Comments
 (0)