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.
1 parent ec3f7fb commit 3d98247Copy full SHA for 3d98247
.github/workflows/create_credentials_requirements_pr.yml
@@ -45,7 +45,7 @@ jobs:
45
46
# Create a PR and comment on original PR
47
- name: create PR
48
- uses: actions/github-script@v7
+ uses: actions/github-script@v6
49
with:
50
github-token: ${{secrets.REQUIREMENTS_BOT_GITHUB_TOKEN}}
51
script: |
@@ -58,7 +58,7 @@ jobs:
58
base: 'master',
59
})
60
// Get the PR that relates to the tagged commit
61
- const getRelatedPrResponse = await github.rest.repos.listPullRequestsAssociatedWithCommit.endpoint.merge({
+ const getRelatedPrResponse = await github.rest.repos.listPullRequestsAssociatedWithCommit({
62
owner: 'edx',
63
repo: 'credentials-themes',
64
commit_sha: process.env.GITHUB_SHA
0 commit comments