Commit 685757b9 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Prevent people from using ci since we plan to host ci on /ci later.

parent 4e4e1cb9
...@@ -18,6 +18,7 @@ v 7.3.0 ...@@ -18,6 +18,7 @@ v 7.3.0
- Create annotated tags through UI and API (Sean Edge) - Create annotated tags through UI and API (Sean Edge)
- Snippets search (Charles Bushong) - Snippets search (Charles Bushong)
- Comment new push to existing MR - Comment new push to existing MR
- Add 'ci' to the blacklist of forbidden names
- Improve text filtering on issues page - Improve text filtering on issues page
- Comment & Close button - Comment & Close button
- Process git push --all much faster - Process git push --all much faster
......
...@@ -27,6 +27,7 @@ module Gitlab ...@@ -27,6 +27,7 @@ module Gitlab
notes notes
unsubscribes unsubscribes
all all
ci
) )
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment