mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Include pull requests in release progress tracking (#6468)
Add PullRequest inline fragment to the project items GraphQL query so PRs in the GitHub Project are counted alongside issues when calculating release blocker/must-do progress.
This commit is contained in:
@@ -85,6 +85,10 @@ class GitHubProjectTracker:
|
||||
id, title, url
|
||||
milestone { title }
|
||||
}
|
||||
... on PullRequest {
|
||||
id, title, url
|
||||
milestone { title }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user