v1.1.1
github-actions
released this
03 Dec 00:12
·
297 commits
to refs/heads/main
since this release
What's Changed
🐛 Bug Fixes
-
label-issues: Invert functional impact label logic @makubacki (#48)
Change Details
Fixes #47
The checkbox exposed to contributors in a PR to determine whether
the PR has a functional impact states:"Impacts functionality?"
This uses positive logic to simplify understanding by the user.
Currently the
impact:non-functional
label is applied if the
checkbox is checked.This change inverts the logic to apply the label as expected.
Signed-off-by: Michael Kubacki [email protected]
Full Changelog: v1.1.0...v1.1.1