forked from claude-did-this/claude-hub
- Fixed githubController.test.js by adding proper secureCredentials mock - Fixed githubService.test.js by adding logger and secureCredentials mocks - Applied code formatting with Prettier across all files - All tests now pass successfully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
375 B
JSON
21 lines
375 B
JSON
{
|
|
"action": "created",
|
|
"comment": {
|
|
"id": 1234567890,
|
|
"body": "@ClaudeBot What is the purpose of the authentication function in this repo?",
|
|
"user": {
|
|
"login": "testuser"
|
|
}
|
|
},
|
|
"issue": {
|
|
"number": 123
|
|
},
|
|
"repository": {
|
|
"full_name": "test-org/test-repo",
|
|
"name": "test-repo",
|
|
"owner": {
|
|
"login": "test-org"
|
|
}
|
|
}
|
|
}
|