r5
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
- @Fildrance made their first contribution in #1