diff --git a/.github/workflows/create_credentials_requirements_pr.yml b/.github/workflows/create_credentials_requirements_pr.yml index 8f20de38..7d38fb6a 100644 --- a/.github/workflows/create_credentials_requirements_pr.yml +++ b/.github/workflows/create_credentials_requirements_pr.yml @@ -58,7 +58,7 @@ jobs: base: 'master', }) // Get the PR that relates to the tagged commit - const getRelatedPrResponse = await github.rest.repos.listPullRequestsAssociatedWithCommit({ + const getRelatedPrResponse = await github.rest.repos.listPullRequestsAssociatedWithCommit.endpoint.merge({ owner: 'edx', repo: 'credentials-themes', commit_sha: process.env.GITHUB_SHA