Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.

refactor(github): split issues and webhooks clients #68

refactor(github): split issues and webhooks clients

refactor(github): split issues and webhooks clients #68

Triggered via pull request March 5, 2026 19:11
Status Failure
Total duration 1m 11s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Go test
Process completed with exit code 1.
Go test: internal/github/client_test.go#L260
client.CreateIssueComment undefined (type *APIClient has no field or method CreateIssueComment)
Go test: internal/github/client_test.go#L252
client.CreateIssueComment undefined (type *APIClient has no field or method CreateIssueComment)
Go test: internal/github/client_test.go#L245
client.CreateIssueComment undefined (type *APIClient has no field or method CreateIssueComment)
Go test: cmd/rascald/main_test.go#L206
cannot use ghapi.NewAPIClient("") (value of type *github.APIClient) as githubClient value in struct literal: *github.APIClient does not implement githubClient (missing method CreateIssueComment)
Go test: cmd/rascald/main.go#L126
cannot use ghapi.NewAPIClient(cfg.GitHubToken) (value of type *github.APIClient) as githubClient value in struct literal: *github.APIClient does not implement githubClient (missing method CreateIssueComment)