- Remove the else clause in the `registerInteractive` function, and unconditionally log "Runner registered successfully."
- Change the return value in the `doRegister` function from `nil` to `ctx.Err()`.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
registerInteractivefunction, and unconditionally log "Runner registered successfully."doRegisterfunction fromniltoctx.Err().Signed-off-by: Bo-Yi Wu appleboy.tw@gmail.com