Commit fd74bc7
committed
fix(ci): restrict PR checklist by author
The existing check reacts to whoever performs an action, so pushing a
commit to a PR opened by the konflux bot will trigger the checklist
validation. This is not a huge deal, but since MintMaker PRs have
predefined descriptions, we should never attempt to validate them.
With this change we restrict the validation to PRs that are not opened
by konflux bot.
For an example of a MintMaker PR running the checklist validation test
after a push from another user see #679.1 parent 49c854f commit fd74bc7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
0 commit comments