diff --git a/CHANGELOG b/CHANGELOG
index 814c1d4d0eeb90ee068290ba2f9b7dadcd3b1025..5dd865e474e789547a262da839929e5a897dc8af 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,7 @@ v 7.3.0
   - Create annotated tags through UI and API (Sean Edge)
   - Snippets search (Charles Bushong)
   - Comment new push to existing MR
+  - Add 'ci' to the blacklist of forbidden names
   - Improve text filtering on issues page
   - Comment & Close button
   - Process git push --all much faster
diff --git a/lib/gitlab/blacklist.rb b/lib/gitlab/blacklist.rb
index 65efb6e44077465732a5f3a7a6b4baeb67d28525..43145e0ee1b7f2a96b45840678dc1485a47acd1b 100644
--- a/lib/gitlab/blacklist.rb
+++ b/lib/gitlab/blacklist.rb
@@ -27,6 +27,7 @@ module Gitlab
         notes
         unsubscribes
         all
+        ci
       )
     end
   end