Background
Now that rEMFR86aa0dc4b84f: Allow all RecentChanges to be tagged with mobile tags has been merged (see T215477: Tag Thanks actions with AMC tag), the majority of actions, including account creations, are now tagged with the mobile web edit change tag ("tag"). However, the edit part of that tag is only appropriate when the user is editing the wiki.
@Tbayer points out that there are undoubtedly workflows that leverage the tag. The following list details searches done for such uses:
- MediaWiki code search shows no references to the tag; https://codesearch.wmflabs.org/search/?q=mobile%20web%20edit
- A GitHub code search for repositories "owned" by Wikimedia shows only references in translations: https://github.com/search?q=org%3Awikimedia+%22mobile+web+edit%22&type=Code
- There are uses of the tag in the wikimedia-research organisation (see T218349#5026073)
- There are few uses of the tag on the Wikipedias (see T218349#5026848)
Given the above and T218349#5026330, it makes sense to rename the tag rather than to deprecate the ...edit tag or to maintain both in perpetuity.
Renaming the tag should go as follows:
- Define the ...action tag in the MobileFrontend codebase
- Don't remove the ...edit tag from the MobileFrontend codebase
- Update MobileFrontend to tag all changes with the ...action tag
- Wait for the above to be deployed
- Create a run a maintenance script to update changes tagged with the ...edit tag
- Remove the ...edit tag from the MobileFrontend codebase
Acceptance Criteria
- We announce that the tag will be renamed to wikitech-l, on the technical village pump(s), and Tech News
- The mobile web edit translation is changed to `mobile web action
- database changes are out of scope. If needed a new task should be opened


