Trigger settings

These settings control when GitAuto will automatically analyze your code and generate tests. Each trigger can be enabled independently.

Trigger type

On review comment

Triggers GitAuto to respond to review comments on GitAuto-created PRs by automatically creating fix commits. Not triggered by comments on PRs created by others.

On test failure

Triggers GitAuto to automatically create a fix commit when a CI test fails on a GitAuto-created PR. Not triggered by test failures on PRs created by others.

(WIP) On commit

Triggers GitAuto to add unit tests when commits are made by users in this repository. Not triggered by GitAuto's own commits to avoid recursive automation.

(WIP) On merge

Triggers GitAuto to add unit tests for code that has been merged into your target branch. Ensures newly merged features have proper test coverage.

(WIP) On schedule

Triggers GitAuto to automatically create a PR to add unit tests at specified times, prioritizing files with the lowest test coverage first.