Add headRefOid to PullRequestFields

This commit is contained in:
Natthakit Susanthitanon 2022-10-07 16:16:15 +07:00
parent 99e76a709f
commit bb25202054
No known key found for this signature in database
GPG key ID: 4E69415F0B14C10A

View file

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