ddev/github-action-setup-ddev

Disable DDEV tips when starting

davereid opened this issue · 3 comments

I think these messages aren't useful in a CI/GitHub context, and really only useful for locals. Can we disable them by default?

rfay commented

Good idea.

messages:
  ticker_interval: -1

in global_config.yaml

@rfay Would it be possible to get a shortcut ddev config global --disable-messages for this?

rfay commented

Looks like we missed that. Would be welcome of course, PR time?