See the parent task to know the root problem.
As workaround, we can use herald to add a kind reminder if a "js" or "css" file is touched in a patch.
Proposed solution:
- Create Herald Rule: Differential Revisions This Global rule triggers for Differential Revisions.
- https://we.phorge.it/herald/edit/?content_type=differential&rule_type=global
- CONDITIONS (When any of)
- Repository: Phorge
- Affected Files: Contains: ".js"
- Affected Files: Contains: ".css"
- Take these actions (only the first time):
- Add a comment:
Thanks for this patch! Kind reminder: if you touched CSS or JavaScript, please remember to also run this: ``` ./bin/celerity map ``` ⚙️ Thanks! Bip bop I'm a bot - helping for T15209