From ac9614c422b41c9fed15b814db32a7ab44c9eaf5 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 3 May 2022 16:25:53 +0200 Subject: [PATCH] reshuffle arguments Signed-off-by: Johan Haals Co-authored-by: Patrik Oldsberg --- .github/workflows/automate_merge_renovate_prs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automate_merge_renovate_prs.yaml b/.github/workflows/automate_merge_renovate_prs.yaml index ded3a1a4b9..998c04dcdc 100644 --- a/.github/workflows/automate_merge_renovate_prs.yaml +++ b/.github/workflows/automate_merge_renovate_prs.yaml @@ -15,7 +15,7 @@ jobs: const owner = "backstage"; const repo = "backstage"; const query = `{ - repository(name: "backstage", owner: "backstage") { + repository(owner: "backstage", name: "backstage") { pullRequests(labels: ["dependencies"], last: 10, states: [OPEN]) { nodes { title