Skip to content

Commit

Permalink
fix: github-script v7 regression
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxFrank13 committed Dec 12, 2024
1 parent 986c2fc commit 567e6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_credentials_requirements_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 567e6f8

Please sign in to comment.