Benjamin Copeland | 7dd119c | 2020-06-30 10:40:25 +0000 | [diff] [blame] | 1 | [access] |
Benjamin Copeland | 4c4f9c8 | 2020-08-25 14:34:44 +0000 | [diff] [blame] | 2 | inheritFrom = next/ci |
Benjamin Copeland | 7dd119c | 2020-06-30 10:40:25 +0000 | [diff] [blame] | 3 | [submit] |
| 4 | action = rebase if necessary |
Riku Voipio | a2aad07 | 2020-09-16 13:35:50 +0300 | [diff] [blame^] | 5 | |
| 6 | [label "Code-Review"] |
| 7 | function = NoBlock |
| 8 | value = -1 I would prefer this is not merged as is |
| 9 | value = 0 No score |
| 10 | value = +1 Looks good to me |
| 11 | copyAllScoresIfNoCodeChange = true |
| 12 | copyAllScoresOnTrivialRebase = true |
| 13 | defaultValue = 0 |
| 14 | |
| 15 | [label "Verified"] |
| 16 | function = MaxWithBlock |
| 17 | value = -1 Fails |
| 18 | value = 0 No score |
| 19 | value = +1 Verified |
| 20 | copyAllScoresIfNoCodeChange = true |
| 21 | copyAllScoresOnTrivialRebase = true |
| 22 | defaultValue = 0 |
| 23 | |
| 24 | [label "Validation-Bot-Review"] |
| 25 | function = NoBlock |
| 26 | value = -1 I would prefer this is not merged as is |
| 27 | value = 0 No score |
| 28 | value = +1 Looks good to me |
| 29 | copyAllScoresIfNoCodeChange = true |
| 30 | copyAllScoresOnTrivialRebase = true |
| 31 | defaultValue = 0 |
| 32 | |
| 33 | |