Miguel Botelho

Results 4 issues of Miguel Botelho

I use this extension a lot for doing Code Reviews on Github. Something that would make my job a lot easier would be the ability to select which file I...

This PR adds a double splat operator usage on the `post_initialize` method call. This is needed in Ruby 3 version, due to the usage of hashes on named parameters. More...

This PR adds a new optional property called `project_name`, so that the comments created by the Github action are unique, based on current `stack_infra` + `project_name`. This will facilitate working...

kind/bug
impact/reliability
area/cicd

This PR fixes current warnings in the gem due to circular dependencies: ![image](https://user-images.githubusercontent.com/9268166/96987510-052bf800-151b-11eb-8e9c-549d6d92e77e.png) This happens due to `require` statements that are not needed. Besides that, also updated `yard` to the...