Skip to content

Releases: srvaroa/labeler

Add support for GitHub Issues

16 Feb 21:27
Compare
Choose a tag to compare

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

14 Feb 23:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0...v1.1

v1.0: First stable version.

12 Feb 00:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9...v1.0

Support matching on PR description

14 Mar 18:37
36ad6b8
Compare
Choose a tag to compare
  • Add a new matcher that allows matching on PR description.

Thanks @brunoarueira !

Support for `pull_request_target` events

24 Apr 21:18
fbec509
Compare
Choose a tag to compare
v0.8

Support PullRequestTargetEvent (fixes #13) (#27)

New features

30 Mar 14:27
2e5bbb7
Compare
Choose a tag to compare

New features:

Fix bug in file matcher

24 Oct 13:14
9d5eff2
Compare
Choose a tag to compare
  • Fixes a bug preventing the file matcher to work correctly (thanks @posquit0!)

New feature, fixes, new config version

18 Sep 16:40
a612856
Compare
Choose a tag to compare
  • 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

12 Sep 14:02
a7f2f66
Compare
Choose a tag to compare

Solve a bug for multiple conditions.

New matchers

26 Jun 14:46
052ceac
Compare
Choose a tag to compare

Support labeling based on branch and on files.