mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00
Adjust syntax based on latest action version
This commit is contained in:
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
if(!releaseBranchName) { return false }
|
if(!releaseBranchName) { return false }
|
||||||
|
|
||||||
const {data: prs} = await github.pulls.list({
|
const {data: prs} = await github.rest.pulls.list({
|
||||||
...context.repo,
|
...context.repo,
|
||||||
state: 'open',
|
state: 'open',
|
||||||
head: `1Password:${releaseBranchName}`,
|
head: `1Password:${releaseBranchName}`,
|
||||||
|
Reference in New Issue
Block a user