Skip to content

Releases: sfm-tools/bighut-relabel

v1.5.1

17 Oct 17:30
Compare
Choose a tag to compare

Security updates.

v1.5.0

05 Dec 14:01
13c84bd
Compare
Choose a tag to compare
  • Added excludePaths and includeOnlyPaths options for whenFileContent condition.
  • Added between option for whenFileCount, whenCommentCount, and whenCommitCount conditions.
  • Added whenHasRequestsToReview and whenHasNoRequestsToReview conditions.
  • Fixed bugs with missed options in whenHasConflicts, whenHasNoConflicts, whenOpen, whenClosed, and whenWasMerged conditions.

v1.4.0

21 Nov 11:48
baaa9d5
Compare
Choose a tag to compare
  • Added async support for WhenCondition.
  • Removed TaskContext. Please use LabelerContext instead.
  • Improved Logger using winston.
  • Improved config.
  • Preventing logical bugs in conditions when using regular expressions with the global flag.
  • Fixed bug with the nothing option in WhenState.

v1.3.0

16 Nov 22:36
5f8eef3
Compare
Choose a tag to compare
  • Added deleteSourceBranch action.
  • Added conditions whenOpen, whenClosed, and whenWasMerged.

v1.2.0

08 Nov 21:00
Compare
Choose a tag to compare
  • Added actions requestReviewers and removeRequestedReviewers.
  • Added conditions whenNotReviewed, whenApproved, and whenChangesRequested.
  • Improved unit tests.
  • Updated dependencies.

v1.1.0

05 Nov 17:50
Compare
Choose a tag to compare
  • Improved caching.
  • Improved error handling.
  • Improved LabelerContext:
    • Added a reference to the cache instance.
    • Added the ability to manage the cache when using the test and fix modes.
  • Fixed bug with remove labels.
  • TaskContext is deprecated. Please use LabelerContext instead.

v1.0.0

31 Oct 21:07
Compare
Choose a tag to compare

Node.js application for automatically analyzing and managing pull requests on GitHub.

Features

  • Fluent API.
  • Getting information about a Pull Request, including title, description, author info,
    labels, milestone, merge direction, conflicts, files, commits, and comments.
  • Updating title, description, labels, and milestone.
  • Programmatically adding new comments to Pull Requests.
  • Simple conditions for Pull Requests analysis.
  • Flex customization.