mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Change some severities
This commit is contained in:
parent
d60695806f
commit
725ed00759
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ if (pr.body.length == 0) {
|
|||
|
||||
// Warn when there is a big PR
|
||||
if (editedFiles.length > 50) {
|
||||
warn("This pull request seems relatively large. Please consider splitting it into multiple smaller ones.")
|
||||
message("This pull request seems relatively large. Please consider splitting it into multiple smaller ones.")
|
||||
}
|
||||
|
||||
// Request a changelog for each PR
|
||||
|
@ -102,5 +102,5 @@ if (hasPngs) {
|
|||
|
||||
// Check for reviewers
|
||||
if (pr.requested_reviewers.length == 0 && !pr.draft) {
|
||||
fail("Please add a reviewer to your PR.")
|
||||
warn("Please add a reviewer to your PR.")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue