You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 both pull_request and push events
A couple unexpected things happened with the latest automatic release procedure:
automergelabel was applied to the PR, it wasn't automatically merged after all CI checks passed. xref Update Dask version to 2021.8.1 #178buildCI jobs ran on Update Dask version to 2021.8.1 #178. I suspect this is because we're triggering on bothpull_requestandpusheventsdask-docker/.github/workflows/build.yml
Line 3 in e82ac06
release: XXXX.XX.Xfield inbuild/docker-compose.ymlbut not.github/workflows/build.yml(xref Bump to 2021.8.1 in docker build workflow #179). EDIT: fixed by Updatewatch-conda-forgeinclude regex #181