Skip to main content
Manual triggers run when you explicitly start them. Use them for one-time migrations, testing automations before scheduling, or changes that need human judgment on timing.

Configuration

Target projects

Select one or more projects - the automation runs on all repositories within them. Best for repetitive tasks on known repositories. Manual trigger with project selection

Target repositories

Use a search query to filter repositories. Best for large-scale migrations across many targets.
QueryMatches
backendRepositories with “backend” in name
frontend-Repositories starting with “frontend-”
myorg/All repositories under “myorg” organization
Partial matches work across owner and repository names. Search syntax: GitHub | GitLab Manual trigger with repository search

Running

  1. Navigate to Automations
  2. Click your automation
  3. Click Run
The automation executes across all targets in parallel.

Next steps