1
0
Fork 0
mirror of https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot synced 2024-10-24 14:58:49 +02:00

Introduce Parsoid Read Views config as new post-creation step

* Add link to an example for how to enable parsoid read views

* Introduce Parsoid Read Views config as new post-creation step

Bug: T376827
This commit is contained in:
MSantos 2024-10-22 20:14:48 +00:00 committed by Ladsgroup
parent 434bf8ec58
commit 8b084a355b

View file

@ -77,6 +77,7 @@ class PostCreationHandler(object):
self.add_text(' [] Import from Incubator') self.add_text(' [] Import from Incubator')
self.add_text(' [] Clean up old interwiki links') self.add_text(' [] Clean up old interwiki links')
self.add_text(' [] Add the wiki to a CVNBot for SWMT monitoring') self.add_text(' [] Add the wiki to a CVNBot for SWMT monitoring')
self.add_text(' [] [[https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/1075634|Enable parsoid as the default parser]] (except if Wikisource)')
self._create_ticket() self._create_ticket()
for handler in self.handlers: for handler in self.handlers: