v1.1.1
·
462 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-functionallabel is applied if the
checkbox is checked.This change inverts the logic to apply the label as expected.
Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com
Full Changelog: v1.1.0...v1.1.1