-
Improvement
-
Resolution: Done
-
Low
-
None
As part of the dev docs migration it would be really helpful to have a MoodleBot service account for changes.
We have a Github action to add a template to documentation that we have migrated (and update it where it's out-of-date). We'll also be using that action to mark pages as protected. The action will also update the template path if we move the migrated doc in the new documentation so we'll need to be able to update protected docs in the future.
This is the pull request we have:
https://github.com/moodle/devdocs/pull/62
Right now it's using my credentials but that means that all edits are made by me and using the MoodleBot account would be better.
We'll need a username and password for the application at https://docs.moodle.org/dev/Special:BotPasswords
We'll need permissions to:
- Edit protected pages
- Edit existing pages
- Create, edit, and move pages
- Protect and unprotect pages
- High-volume editing
I think that's all the permissions we need...