You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <michael.kubacki@microsoft.com>
PRs present options that automatically apply labels to the PR.
Example:
The "Impacts functionality?" box currently applies the
impact:non-functional
label if checked. The logic needs to be inverted to be correct.The text was updated successfully, but these errors were encountered: