Page MenuHomePhabricator

Mark ReleaseTaggerBot Phabricator account as bot in database
Open, LowPublic

Description

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";