When creating an Herald rule of type Object to triggers for Commits, there are situations where it could be useful to automatically Tag a specific change.
This has sense in some post-commit review situations. For example, when I would like to have a similar Herald rule:
- When Affects Files contains patches/
- Add reviewers: #dba
- Add tag #database_upgrade_required
The last step is useful to find commits by Phorge Tag. For example using the commit search engine already available:
https://we.phorge.it/diffusion/commit/
Or something like that.
This should be a fairly legitimate operation since, if you can create a Herald rule on the repository, and since you can manually add a Phorge Tag a commit on that repository, so it makes sense that Herald could do that as well.