Skip to content

Commit

Permalink
Merge pull request #482 from pwntester/fix_453
Browse files Browse the repository at this point in the history
add missing isDraft attribute to the PR query
  • Loading branch information
pwntester authored Jan 18, 2024
2 parents 5a04268 + 8a3b27b commit 2ab86dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/octo/gh/graphql.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,7 @@ query($endCursor: String) {
repository(owner: "%s", name: "%s") {
pullRequest(number: %d) {
id
isDraft
number
state
title
Expand Down

0 comments on commit 2ab86dc

Please sign in to comment.