google-i18n-address icon indicating copy to clipboard operation
google-i18n-address copied to clipboard

Introduce periodic update of the address rules

Open artursmet opened this issue 2 years ago • 1 comments

We should have a way to automatically publish the new version of this package once the new data is available. One of the potential ways to handle this would be a periodic github action trigger, that would compare existing data vs freshly fetched data. Unfortunately Google doesn't provide any timestamps of when the data was last updated.

artursmet avatar Jun 28 '22 08:06 artursmet

Wouldn't running the git status data from CI task do it for checking if any data was updated do the trick for us?

rafalp avatar Jul 11 '23 11:07 rafalp