Merge pull request #6399 from nsmag/pr-list-headsha

Add `headRefOid` to pull request fields
This commit is contained in:
Mislav Marohnić 2022-10-07 12:17:18 +02:00 committed by GitHub
commit a493f6dbe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,6 +231,7 @@ var PullRequestFields = append(IssueFields,
"deletions",
"files",
"headRefName",
"headRefOid",
"headRepository",
"headRepositoryOwner",
"isCrossRepository",