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 01b059a commit cc29bdbCopy full SHA for cc29bdb
services/githubService.js
@@ -18,7 +18,6 @@ const extractPRdetails = (data) => {
18
repository_url: repositoryUrl,
19
labels,
20
assignees,
21
- pull_request: pullRequest,
22
}) => {
23
const allAssignees = assignees.map((object) => object.login);
24
const allLabels = labels.map((object) => object.name);
0 commit comments