Roberto Gutiérrez

Results 7 comments of Roberto Gutiérrez

Hello @Startrekzky ! Thanks a lot for your help! I have tried your suggestion, but I'm afraid it doesn't seem to work: ![image](https://github.com/apache/incubator-devlake/assets/101654801/f02ec171-a11d-47fa-97f7-e299c1b15ead) I tried to do some modifications and...

Just need and "AND" in the where clause, and it works perfectly!! ``` with _pr_commits_data as( SELECT DATE_ADD(date(pr.created_date), INTERVAL -MONTH(date(pr.created_date))+1 DAY) as time, [pr.id](http://pr.id/) as pr_id, pr.merge_commit_sha, sum(c.additions)+sum(c.deletions) as loc...

Agh, sorry @Startrekzky , I was referring to PR Review Depth, that's the only one not working yet! Sorry for the confusion!

Hi @Tarasovych , I don't want to create a new issue when this one is so similar to mine, but I'm afraid it could be abandoned. I'm facing the same...

Hi @soerenmartius ! Thanks a lot for the super quick reply. I think from version 4.31 onwards the change is there https://github.com/integrations/terraform-provider-github/releases/tag/v4.31.0 I forked this repo, updated version.tf and added...

Hey @soerenmartius ! I'd love to have this feature, it would help me quite a lot with some automation I'm working on