Skip to content

r5

Choose a tag to compare

@Simyon264 Simyon264 released this 03 Aug 14:10
c2d7f22

Full Changelog: v1.2.0...r5

New Features:

  • When a PR is merged that is carrying the "S: Untriaged" label, a comment reminder to triage the PR is posted.

Fix:

  • Size labels will now no longer be incorrectly removed on PR changes.
  • The error message for missing ENV variables is now correct.
  • The "S: Awaiting Changes" and "S: Needs Review" will now no longer be incorrectly applied

Misc:

  • refactor: re-organization of files, changed event handling to dispatcher pattern, networked message to strong-typed stuff by @Fildrance in #1
  • The publish workflow now uses previous build artifacts instead of building for each platform in the Dockerfile.
  • Added Debug instructions to the README
  • Changed to use rolling release numbers instead of semver

Breaking Changes:

  • The Dockerfile no longer includes a build step.

New Contributors