1
0
Fork 0
mirror of https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot synced 2024-11-21 19:42:38 +01:00
I don't like gitlab, so have a repo somewhere off for me to mirror
Find a file
Martin Urbanec 8fb88d5eda new_wikis_handler: Simplify DNS checkbox's logic
Instead of determining where the change should be made,
let's try to resolve. This will catch "extremely special"
wikis like T256545, but also (rare) cases "patch merged, but DNS
fails for whatever reason".
2020-07-10 20:50:08 +00:00
.gitignore Initial commit 2019-11-22 22:19:59 +01:00
column_mover.py Updated column mover config for user-rhinosf1 2020-05-15 14:26:19 +01:00
cron Fully automate new wikis creation reporter 2020-05-30 16:51:55 +02:00
lib.py Fully automate new wikis creation reporter 2020-05-30 16:51:55 +02:00
LICENSE Fix the permissions 2019-11-26 12:38:01 +01:00
new_wikis_handler.py new_wikis_handler: Simplify DNS checkbox's logic 2020-07-10 20:50:08 +00: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