dask-docker icon indicating copy to clipboard operation
dask-docker copied to clipboard

`.github/workflows/build.yml` not updated in autoupdate

Open jakirkham opened this issue 4 years ago • 2 comments

The versions in .github/workflows/build.yml don't appear to be getting updated by the autoupdate script. For example PR ( https://github.com/dask/dask-docker/pull/196 ) doesn't include these. Though there is this version, which we'd like to update as well.

jakirkham avatar Nov 09 '21 19:11 jakirkham

Is there some way we need to structure the files included?

https://github.com/dask/dask-docker/blob/d36602cd96fd8e2433597f1003ee14be4f88a33f/.github/workflows/watch-conda-forge.yml#L25

jakirkham avatar May 03 '22 01:05 jakirkham

We might want to update the version of the find-replace action as it now uses glob instead of regex which may be a little easier to set up.

jacobtomlinson avatar May 03 '22 13:05 jacobtomlinson