Overview
Overview of triggers and automation in Unity Version Control.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前
The trigger system in Unity Version Control (UVCS) allows you to use shell scripts, or any other operating system executable, to execute user commands at specific points in the client or server execution workflow. The trigger system in UVCS allows the developers and admins to perform tasks such as the following:
- Enforce branch creation policies such as naming conventions or ensure that branch names always refer to a certain associated task.
- Introduce rules to enforce coding standards or create formatting rules.
before-checkin - Enforce that contributors add comments on checkin.
Additional resources
- The Use triggers section.
- UVCS CLI trigger reference.