Shimpei Makimoto
Shimpei Makimoto
Currently, if support_tokenless_auth is true (mainly, invoked with `danger local`), the client method returns nil and results in NoMethodError. ``` % bundle exec danger local Running your Dangerfile against this...
Hi there, Let me report suspicious behaviour that I found when model names are not specified. It seems that the code below was intended to handle the case model names...
Hi there, I like configuring crono_trigger via a file, but it has some problems. Could you please Firstly, the CLI's help message for `--config-file` may be wrong. It says, "Config...
Hi there, I experienced an error that the length of `crono_trigger_workers.polling_model_names` reaches the upper limit in MySQL and change the column's type from varchar(255) to text to address the issue....