Releases: squalrus/merge-bot
Releases · squalrus/merge-bot
v0.4.5
- Update ref to
sha
fromheads/branch_name
v0.4.4
- Update to latest package versions, update APIs
- Check for fork, then skip delete branch
- Add logging, update ref to
heads/branch_name
rather thansha
v0.4.3
- Add fork payload and tests
- Support no labels (with reviewers) scenarios
- Add support for forks
- Optionally delete source branch
- Add 'await' on call to pr merge and branch delete
v0.4.2
- Update input
blocking-labels
toblocking_labels
(consistency) - Fix input
checks_enabled
in README.md - Add
GITHUB_TOKEN
to action.yml as required input - Fix
checks_enabled
bug preventing merging + update supporting tests
v0.4.1
- Add payload logging
v0.4.0
- Set up CI with Azure Pipelines
- Update payload metadata in Jest tests
- Add merge-bot action to repository
- Update NPM dependencies
- Validate checks before merging PRs
v0.3.1
- Update owner to repo owner
v0.3.0
- major refactor, add tests, minor bug fixes
- add issue templates
- add MIT license
v0.2.1
- reviewers fix for when empty
v0.2.0
- add support for blocking labels
- add support for reviewers
- delete branch after merge