reshuffle arguments

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Johan Haals
2022-05-03 16:25:53 +02:00
committed by GitHub
parent 46274febb6
commit ac9614c422
@@ -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