Merge pull request #137 from 1Password/eddy/fix-pipeline

Adjust pipeline based on new actions
This commit is contained in:
Eduard Filip
2022-10-25 17:39:53 +02:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ jobs:
if(!releaseBranchName) { return false }
const {data: prs} = await github.pulls.list({
const {data: prs} = await github.rest.pulls.list({
...context.repo,
state: 'open',
head: `1Password:${releaseBranchName}`,