ddev / github-action-setup-ddev

Set up your GitHub Actions workflow with DDEV
GNU General Public License v3.0
33 stars 7 forks source link

Disable DDEV tips when starting #18

Open davereid opened 1 year ago

davereid commented 1 year ago

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 1 year ago

Good idea.

messages:
  ticker_interval: -1

in global_config.yaml

davereid commented 1 year ago

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

rfay commented 1 year ago

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