Block a user
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