We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rest
1 parent 12d2771 commit 2df1771Copy full SHA for 2df1771
.github/workflows/release-pr.yml
@@ -31,7 +31,7 @@ jobs:
31
32
if(!releaseBranchName) { return false }
33
34
- const {data: prs} = await github.pulls.list({
+ const {data: prs} = await github.rest.pulls.list({
35
...context.repo,
36
state: 'open',
37
head: `1Password:${releaseBranchName}`,
0 commit comments