Block a user
Fixing PR tests in workflow-pr bot
This looks like a smoke test that different message formats either do something or return an error. The last test here expects an error if the message format is unknown.
Fixing PR tests in workflow-pr bot
This is LLM comment why prset is unused. It's not used because it's re-created internally from the PR body text. So this prset here is not returned by any of the mocks or used by them.
LLM…
Fixing PR tests in workflow-pr bot
gitea.EXPECT().UpdatePullRequest(gomock.Any(), gomock.Any(), gomock.Any(), gomock.Any()).Return(nil, nil).AnyTimes()
The UpdatePullRequest() is not called, that's why it has "no action". It…
Fixing PR tests in workflow-pr bot
I agree with you here. But the correct way of handling this would be to start the loop of,
- refactor the code into smaller chunks (smaller interfaces), not breaking the tests, then 2.…
pr: reset timeline cache when fetching PRSet
pr: reset timeline cache when fetching PRSet
adamm
synced commits to refs/heads/rawhide at adamm/389-ds-base from mirror
2026-01-23 14:39:20 +01:00