Adrián Tóth

Results 14 comments of Adrián Tóth

More than half year has passed without any update. @dineshsuthar786, @sagar2938 can you please review this PR?

you should use `ibmcloud cf` instead of `ibmcloud app` ``` $ ibmcloud help app NAME: ibmcloud app - Manage Cloud Foundry applications and application related domains and routes. (Deprecated, use...

@skateman can you fix this? I am currently unavailable.

@skateman you have them, from now

@jrafanie the command `add_label WIP` works because of `downcase` in the line [here](https://github.com/ManageIQ/miq_bot/blob/master/lib/github_service/commands/add_label.rb#L22). ``` From: /root/miq_bot/lib/github_service/commands/add_label.rb @ line 10 GithubService::Commands::AddLabel#_execute: 9: def _execute(issuer:, value:) => 10: binding.pry 11: valid, invalid...

What are the rules in production? ```yml path_based_labeler: rules: ``` I always faced this `NoMethodError` until I added some empty fake `org/repo` into rules to make them non-empty.

FYI: Our Terraform code uses Kubernetes provider and Kustomize provider with the exact same Kubeconfig. The issue occurs only in the Kustomize provider. > Does your kubeconfig work with kubectl?...

> Does your kubeconfig work with kubectl? Yes, it works as expected. I have verified it and it works fine with the following tools: 1. kubectl 2. terraform helm provider...

The **automated request for review** can be achieved via a `CODEOWNERS` file in repository. > Code owners are automatically requested for review when someone opens a pull request that modifies...

@miq-bot remove_label wip