Add rename-project plugin checker

Change-Id: I427d373be8d989c611eb524fd8540eb5936313f2
diff --git a/checkers.yaml b/checkers.yaml
index edce824..d93c68f 100644
--- a/checkers.yaml
+++ b/checkers.yaml
@@ -181,6 +181,11 @@
     name: "Zuul Check Pipeline"
     description: "Run Zuul jobs on new patchsets"
 
+  - uuid: "zuul-check:plugins_rename-project"
+    repository: "plugins/rename-project"
+    name: "Zuul Check Pipeline"
+    description: "Run Zuul jobs on new patchsets"
+
   - uuid: "zuul-check:plugins_reviewers"
     repository: "plugins/reviewers"
     name: "Zuul Check Pipeline"
diff --git a/zuul/main.yaml b/zuul/main.yaml
index 66944be..7cd8849 100644
--- a/zuul/main.yaml
+++ b/zuul/main.yaml
@@ -49,5 +49,6 @@
           - plugins/quota
           - plugins/rate-limiter
           - plugins/readonly
+          - plugins/rename-project
           - plugins/reviewers
           - plugins/saml