Skip to content

Conversation

@justin-sadakhom
Copy link
Member

@justin-sadakhom justin-sadakhom commented Nov 10, 2025

See #21255

QA

None for this PR.

Comment on lines +30 to +36
fun fromJson(reader: JsonReader, customScalarAdapters: CustomScalarAdapters): URI {
return URI(reader.nextString()!!)
}

fun toJson(writer: JsonWriter, customScalarAdapters: CustomScalarAdapters, value: URI) {
writer.value(value.toString())
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are needed to support one of the new queries

Comment on lines -39 to -58
# No need to get all pages as issues don't realistically have >100
connectedPrs(first: 5) {
nodes {
id
number
state
htmlUrl
pullRequestObject {
state
}
repository {
name
}
assignees {
nodes {
login
}
}
}
}
Copy link
Member Author

@justin-sadakhom justin-sadakhom Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no longer pull in PR info as part of the issue because these will be fetched separately as part of the pull request model

@@ -1 +1,2 @@
kotlin.code.style=official
ziro.cli.version=21255_migrate-create-pr-to-ziro-cli
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will change this to the proper version before merge

@youssefboulmarouf youssefboulmarouf self-assigned this Nov 14, 2025
@justin-sadakhom justin-sadakhom merged commit 72202e0 into develop Nov 18, 2025
@justin-sadakhom justin-sadakhom deleted the 21255_migrate-create-pr-to-ziro-cli branch November 18, 2025 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants