From de2dfb247060925c9517dc0326a4dea0f05d2f91 Mon Sep 17 00:00:00 2001 From: ErwannLeRoux Date: Fri, 21 Jul 2023 15:03:46 +0200 Subject: [PATCH] chore: automatic rebase tests --- .github/workflows/automatic-rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-rebase.yml b/.github/workflows/automatic-rebase.yml index 4c23a07..ab0f58d 100644 --- a/.github/workflows/automatic-rebase.yml +++ b/.github/workflows/automatic-rebase.yml @@ -28,4 +28,4 @@ jobs: labels: ['Module'] } const result = await github.graphql(query, variables) - console.log(result.data.repository.pullRequests.nodes) + console.log(result.repository.pullRequest.nodes)