We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$['pull_request'].head.repo.description
1 parent 03ae422 commit ec36200Copy full SHA for ec36200
src/GitHub/Types/Base/Repository.hs
@@ -30,7 +30,7 @@ data Repository = Repository
30
, repositoryCreatedAt :: DateTime
31
, repositoryDefaultBranch :: Text
32
, repositoryDeploymentsUrl :: Text
33
- , repositoryDescription :: Text
+ , repositoryDescription :: Maybe Text
34
, repositoryDownloadsUrl :: Text
35
, repositoryEventsUrl :: Text
36
, repositoryFork :: Bool
0 commit comments