Skip to content

Commit 0910770

Browse files
committed
Debug result.
1 parent 65544f6 commit 0910770

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-cleanup-pull-requests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
search(query: $searchQuery, type: ISSUE_ADVANCED, first: 20) {
6161
nodes {
6262
... on PullRequest {
63+
title
6364
number
6465
state
6566
}
@@ -76,7 +77,7 @@ jobs:
7677
7778
const matchingPRs = result.search.nodes.map(pr => pr.number);
7879
prNumbers.push(...matchingPRs);
79-
80+
console.log( result );
8081
console.log( query );
8182
console.log( prNumbers );
8283

0 commit comments

Comments
 (0)