Danger: don't complain about reviewers (#509)
Now we have a CODEOWNERS file a reviewer is assigned automatically, so there's no need for this. It also misfires a bunch (maybe if there are no _pending_ reviewers because they've already reviewed?), so removing it fixes that noise.
This commit is contained in:
parent
4d9c08bead
commit
09411f8993
1 changed files with 0 additions and 5 deletions
|
|
@ -171,11 +171,6 @@ if (hasPngs) {
|
||||||
warn("You seem to have made changes to some images. Please consider using an vector drawable.")
|
warn("You seem to have made changes to some images. Please consider using an vector drawable.")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for reviewers
|
|
||||||
if (github.requested_reviewers.users.length == 0 && !pr.draft) {
|
|
||||||
warn("Please add a reviewer to your PR.")
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check that translations have not been modified by developers
|
// Check that translations have not been modified by developers
|
||||||
const translationAllowList = [
|
const translationAllowList = [
|
||||||
"RiotTranslateBot",
|
"RiotTranslateBot",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue