1
0
Fork 0
mirror of https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot synced 2024-11-09 13:42:38 +01:00
I don't like gitlab, so have a repo somewhere off for me to mirror
Find a file
Martin Urbanec 600ea016df new_wiki_handler: For now, do not expect the wiki will be public
this can cause serious issues if unnoticed,
making the code to allow for passing visibility,
I'll fix the template etc. and make the code to fetch
the visibility from task soon.
2020-09-14 22:28:17 +02:00
.gitignore Add Gerritbot 2020-08-15 16:27:01 +02:00
column_mover.py Update wikidata sprint board 2020-07-15 16:28:47 +02:00
cron Run new wiki handler via the wrapper script 2020-09-14 21:56:34 +02:00
gerrit.py Make CX and Analytics patches too 2020-08-29 23:51:34 +02:00
lib.py Add the part to create parent task 2020-09-13 05:49:47 +02:00
LICENSE Fix the permissions 2019-11-26 12:38:01 +01:00
new_wikis_handler.py new_wiki_handler: For now, do not expect the wiki will be public 2020-09-14 22:28:17 +02:00
new_wikis_handler.sh Kill spawned ssh agent in new_wikis_handler.sh wrapper script 2020-09-14 22:18:11 +02:00
patch_makers.py Tiny clean ups to patch makers 2020-09-08 18:41:16 +02:00
patchforreview_remover.py Fix the regex for patch-for-review comment checker 2020-07-01 23:06:01 +02:00
README.md fix my typo 2019-11-27 12:00:31 -08:00
updater.sh Fix the permissions 2019-11-26 12:38:01 +01:00

Phabricator-maintenance-bot

Source for https://phabricator.wikimedia.org/p/Maintenance_bot/

  • column_mover.py is a script that can move columns of a task when some actions happens on it. E.g. Moving a task in workboard #user-ladsgroup from column "incoming" to column "done" when someone changes the task's status to "done"
  • patchforreview_remover.py is an automatic script that removes the "patch_for_review" tag when all patches have been merged or abandoned