Open
Description
A couple unexpected things happened with the latest automatic release procedure:
- GitHub actions didn't run when the pull request was initially opened (though when I pushed an empty commit, GHA ran as expected). I checked https://www.githubstatus.com/ and there were know reported issues with GitHub actions during this time. xref Update Dask version to 2021.8.1 #178
- Even though the
automerge
label was applied to the PR, it wasn't automatically merged after all CI checks passed. xref Update Dask version to 2021.8.1 #178 - Twice as many
build
CI jobs ran on Update Dask version to 2021.8.1 #178. I suspect this is because we're triggering on bothpull_request
andpush
events
- The PR which was automatically created updated the
release: XXXX.XX.X
field inbuild/docker-compose.yml
but not.github/workflows/build.yml
(xref Bump to 2021.8.1 in docker build workflow #179). EDIT: fixed by Updatewatch-conda-forge
include regex #181 - Images for the new 2021.8.1 release aren't appearing on docker hub (https://hub.docker.com/r/daskdev/dask/tags?page=1&ordering=last_updated) (I think this is related to our autotagging action)
Metadata
Metadata
Assignees
Labels
No labels