yegor256 / 0pdd

Puzzle Driven Development (PDD) Chatbot Assistant for Your GitHub Repositories
https://www.0pdd.com
MIT License
127 stars 32 forks source link

The user who left the `@todo` marker is incorrectly identified #669

Open Andrew-Sem opened 1 month ago

Andrew-Sem commented 1 month ago

I'm new to 0pdd and to test it, I've copied a puzzle that I saw in another repo:

fn main() {
    println!("Hello, world!");
}
// Fake issue to test 0pdd
// @todo #79:25min Add --v option for verbose output.
//  Let's add --v option for verbose output and debug logs. When this option is
//  passed, we should show debug logs too.

When I pushed it, I got a new issue:

image

As you can see, the puzzle was not created by me. It's assigned to another user with the same displayed name.

Here's my profile info:

image

And here's the info of the user who was marked as the creator:

image