- Drop Python 2.7 support
- Fix ancient copy/paste error from Travis pack
-
Default
hostconfiguration option tocircleci.com. This way it works out of the box for public / SaaS Circle CI installations. -
Add new
run_project_buildaction which allows user to trigger a build for all the workflows for a particular project which utilizes workflows version v2.0. -
Add new
wait_until_build_finishesaction which waits until all the workflows in a specific pipeline finish (API v2.0).
- Ignore payloads with no content (Trigger won't be posted)
- Minor linting fixes
- Updated action
runner_typefromrun-pythontopython-script