add GroupID field to IssueMeta struct

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:01:06 -04:00
parent 7fd3459a43
commit 7b9f439183
+3 -2
View File
@@ -272,8 +272,9 @@ func (it IssueTemplate) Type() IssueTemplateType {
type IssueMeta struct {
Index int64 `json:"index"`
// owner of the issue's repo
Owner string `json:"owner"`
Name string `json:"repo"`
Owner string `json:"owner"`
Name string `json:"repo"`
GroupID int64 `json:"group_id"`
}
// LockIssueOption options to lock an issue