mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-21 11:32:38 +01: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:
parent
434bf8ec58
commit
8b084a355b
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ class PostCreationHandler(object):
|
|||
self.add_text(' [] Import from Incubator')
|
||||
self.add_text(' [] Clean up old interwiki links')
|
||||
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()
|
||||
for handler in self.handlers:
|
||||
|
|
Loading…
Reference in a new issue