Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 1cf9b22

Browse files
committed
Add new fields to PullRequests query
Closes #170 - Added new fields (specified in #170) to the `PullRequests` GraphQL query. - Extended `GitHubPullRequests` to store the additional data. - Implemented support for nested types like labels, comments, reviews, and commits. - Derived `Serialize`/`Deserialize` for new types to enable database storage.
1 parent 3e78bca commit 1cf9b22

File tree

9 files changed

+1283
-502
lines changed

9 files changed

+1283
-502
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1111
- Tracing with a filter set by `RUST_LOG` environment variable.
1212
- Added support for passing the SSH passphrase through the `SSH_PASSPHRASE`
1313
environment variable.
14+
- Added new fields to the `PullRequests` GraphQL query and corresponding fields to
15+
the `graphql::pull_request::PullRequest` struct.
1416

1517
### Changed
1618

0 commit comments

Comments
 (0)