Releases: srvaroa/labeler
Add support for GitHub Issues
Add support for GitHub Issues, sponsored by @launchgood and @matmar10.
The action will now work out of the box for any condition that is relevant for Issues (match on title, authors, body) is now available. Activating only requires adding the issues
trigger to the existing workflow configuration as explained in the README installation section. The configuration remains backwards compatible and only requires a new field if you plan to use Issues for scheduled workflows.
Thanks again to @launchgood and @matmar10 for sponsoring the feature. If your org finds labeler useful please consider joining them as sponsors!
Changelog:
Full Changelog: v1.1...v1.2
Support matches on draft status
What's Changed
- Split conditions to their own files by @srvaroa in #57
- Add matcher on draft status by @srvaroa in #58
Full Changelog: v1.0...v1.1
v1.0: First stable version.
What's Changed
- Add undocumented condition
base-branch
by @afuh in #40 - Add label matching for authors by @Serubin in #45
- Add GOPROXY by @nlohmann in #49
- Support Append-only mode by @srvaroa in #47
- Update google/go-github/v50 by @srvaroa in #55
New Contributors
- @afuh made their first contribution in #40
- @Serubin made their first contribution in #45
- @nlohmann made their first contribution in #49
Full Changelog: v0.9...v1.0
Support matching on PR description
- Add a new matcher that allows matching on PR description.
Thanks @brunoarueira !
Support for `pull_request_target` events
v0.8 Support PullRequestTargetEvent (fixes #13) (#27)
New features
New features:
- Support for cron scheduler (thanks @garethjevans!)
- Base branch matching (thanks, @SimonRichardson!)
Fix bug in file matcher
- Fixes a bug preventing the file matcher to work correctly (thanks @posquit0!)
New feature, fixes, new config version
- New feature: allow using the same matcher type several times, which allows creating OR semantics (details in README.md).
- Bug fix: correctly AND all matchers of different types.
- New configuration format, keeping compatibility with the old one for now (details in README.md).
Bug fixes
New matchers
Support labeling based on branch and on files.