Commit 729de2b
authored
label-issues: Invert functional impact label logic (#48)
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>1 parent 960f5c0 commit 729de2b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments