v0.1.1
nektos/actv0.1.1Mar 1, 2019by cplee
AI Summary
This release focuses on Docker image optimization and workflow event detection. It introduces a --watch mode for real-time workflow execution and improves regex matching for GitHub repositories.
Key Highlights
- Added --watch flag to monitor workflow changes
- Added detection for workflow event types (push, pull_request, etc.)
- Added flag to skip pulling Docker images already present locally
- Improved regex for matching GitHub repositories
- Trimmed whitespace on git revisions for better accuracy
New Features
- --watch flag
- Workflow event type detection
- Skip pulling images flag
Full Release Notes
## Changelog 1791f1f skip integration test 8186f00 Merge pull request #38 from marccampbell/optional-docker-pull 7fadbdb Add flag to skip pulling images already present 3a4de2d Merge pull request #36 from Jaskaranbir/readme-update a225d72 Merge branch 'master' into readme-update c2c6535 Merge pull request #40 from marccampbell/stdout 8661187 Use stdout 07242b8 Add info about verbose-switch to README 7fcacaa Merge pull request #35 from sosedoff/detect-event-type ff2c631 Add extra test for event detection 96065fe Detect workflow event type 32c1ec9 Merge pull request #34 from sosedoff/regex-fix 6addc48 Add extra test cases for testing git slugs fb77d5a Regex tweaks 2e52ef6 feedback from PR on --watch e27d5fa Merge pull request #30 from urcomputeringpal/watch 4228018 Merge branch 'master' into watch af08b30 fix #26 - improve regex for matching github repo. add unit test to cover 7e92f69 fix #31 - trim whitespace on git revision 3198627 --watch