Skip to content

Releases: linear-b/gitstream-github-action

2.0.174: bump @linearb/gitstream-core to 2.1.211 (#413)

16 Oct 07:31
77fa1f4

Choose a tag to compare

What's Changed

Bump to in #413

🐛 Bug Fixes

  • Fixed error handling for large pull requests with clearer error messages and better size detection.

🔧 Improvements

  • Improved size estimation for large files with more accurate calculations and better error messages.

2.0.173

09 Oct 12:58
9780615

Choose a tag to compare

What's Changed

fix: update action versions in action.yml for consistency and stability in #408

🔧 Improvements

  • Enhanced security by pinning all action dependencies to specific commit hashes

🐛 Bug Fixes

  • Improved error message clarity when YAML syntax errors occur

2.0.168: build(deps): bump axios from 1.8.4 to 1.12.1 (#397)

16 Sep 06:40
59f7e8b

Choose a tag to compare

What's Changed

build(deps): bump axios from 1.8.4 to 1.12.1 in #397

build(deps): bump axios from 1.8.4 to 1.12.1

2.0.166: bump @linearb/gitstream-core to 2.1.208 (#398)

14 Sep 15:02
cdf8b11

Choose a tag to compare

What's Changed

Bump to in #398

Purpose: Add support for custom rule filenames in predefined configuration management content when processing rules engine

Main changes:

  • Added support for custom filenames in predefined CM configurations
  • Refactored runOneCmFile to accept both preDefinedCm and gsCommandCm parameters
  • Updated rule file path handling to use configurable paths instead of hardcoded constants

2.0.164: bump @linearb/gitstream-core to 2.1.207 (#392)

08 Sep 13:51
26a6ad2

Choose a tag to compare

What's Changed

Bump to in #392

Purpose: Add native filter implementations for parsing Dependabot version bumps and comparing semantic versions

Main changes:

  • Added checkDependabot filter to extract version information from Dependabot PR descriptions
  • Implemented checkSemver filter to determine version change types (major, minor, patch)
  • Registered both new filters in the high-level filters definition and handler

CHANGELOG

✨ New Features

  • Native filter for extracting version info from Dependabot PRs
  • Native filter for semantic version comparison
  • Enhanced Dependabot automation capabilities without external plugins

2.0.162: bump @linearb/gitstream-core to 2.1.204 (#390)

31 Aug 12:44
c11c5de

Choose a tag to compare

What's Changed

Bump to in #390

🐛 Bug Fixes

  • Fixed AI actions not executing properly in command and playground environments

2.0.161: bump @linearb/gitstream-core to 2.1.202 (#388)

28 Aug 12:50
aeea7f2

Choose a tag to compare

What's Changed

Bump to in #388

🐛 Bug Fixes

  • Fixed issue where some actions were triggered during incorrect webhook events

2.0.160: Bump @linearb/gitstream-core to 2.1.199 (#386)

26 Aug 13:12
c57eb1f

Choose a tag to compare

What's Changed

Bump @linearb/gitstream-core to 2.1.199 in #386

🐛 Bug Fixes

  • Fixed Git operations failing when files have names that could be mistaken for branch references.

🔧 Improvements

  • Enhanced action triggering system to prevent actions from running on unintended events
  • Added error handling to automation processes to improve reliability
  • Add continue-on-error option for plugin dependency installation

2.0.158: bump @linearb/gitstream-core to 2.1.196 (#384)

25 Aug 14:44
d345b82

Choose a tag to compare

What's Changed

Bump @linearb/gitstream-core to 2.1.196 in #384

Bump @linearb/gitstream-core to 2.1.196

2.0.157: bump @linearb/gitstream-core to 2.1.195 (#383)

24 Aug 14:35
fec56f9

Choose a tag to compare

What's Changed

Bump @linearb/gitstream-core to 2.1.195 in #383

Purpose: Add provider information to repository context in Gitstream AI PR for improved service identification.
Main changes:

  • Included 'provider' field in repo details for enhanced repository context in AI processing