pierrekttipay
pierrekttipay
@mihaeu please? 1.5 years for a PR!
I do not know Perl. There is no change I can contribute to this project. Maybe a simpler task for you could be to aggregate relationships at the file level...
@tcorral I am trying to setup github action to analyse the current pull request diff and write an automated review about the code. ``` name: review-on-pr-to-main on: pull_request: branches: -...
@tcorral I am experimenting with your solution. I face another issue which is ``` Invalid API key · Please run /login ``` It seems claude code requires login via the...
Thanks @scott82anderson it worked. I ran claude code in the CICD using: `expect .github/workflows/claude-script.exp "$PROMPT"` claude-code.exp ``` #!/usr/bin/expect -f log_user 1 ;# Enable logging to stdout set timeout 800 #...