The @ReleaseTaggerBot Phabricator account should have a bot flag because it is a bot.
This requires someone with DB write access (and that is not me) to run
UPDATE phabricator_user.user SET isSystemAgent = 1 WHERE userName = "ReleaseTaggerBot";
The @ReleaseTaggerBot Phabricator account should have a bot flag because it is a bot.
This requires someone with DB write access (and that is not me) to run
UPDATE phabricator_user.user SET isSystemAgent = 1 WHERE userName = "ReleaseTaggerBot";
...and https://gerrit.wikimedia.org/r/plugins/gitiles/labs/tools/forrestbot/+/refs/heads/master/forrestbot.py#38 looks correct enough to my eyes to survive a switch from standard user to bot.