Monorepo for Tangled
fork

Configure Feed

Select the types of activity you want to include in your feed.

at push-lrzzmtxokrxw 10 lines 296 B view raw
1package types 2 3type Capabilities struct { 4 PullRequests struct { 5 FormatPatch bool `json:"format_patch"` 6 PatchSubmissions bool `json:"patch_submissions"` 7 BranchSubmissions bool `json:"branch_submissions"` 8 ForkSubmissions bool `json:"fork_submissions"` 9 } `json:"pull_requests"` 10}