Skip to content

Latest commit

 

History

History
192 lines (171 loc) · 21.7 KB

CHANGELOG.md

File metadata and controls

192 lines (171 loc) · 21.7 KB

Changelog

2.0.0 (2024-09-25)

⚠ BREAKING CHANGES

  • renamed kernel toml

Features

  • actions sdk (c4160c6)
  • add app id and bot user id (d292f5a)
  • add tests (2be91f6)
  • added branch deployment (51f1276)
  • added ref on manifest.json retrieval for workers (bd1f58f)
  • added tests for ref manifest fetching (49bef29)
  • test for skipBotEvents (128e93e)

Bug Fixes

  • log if comment can't be created (ba98cb6)
  • manifest commands are properly checked for skipping (b4e8fb6)
  • regex to match action now accepts higher depth (668062f)
  • tests (e32602a)
  • trimming body to find commands (fd17b58)

Miscellaneous Chores

1.0.0 (2024-08-14)

⚠ BREAKING CHANGES

  • renamed PRIVATE_KEY to APP_PRIVATE_KEY, APP_WEBHOOK_SECRET optional and removed WEBHOOK_PROXY_URL
  • bumped eslint to v9
  • removed GitHub type from the configuration as it is deduced using the plugin element string

Features

Bug Fixes