Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 12:32
1ea138d

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