Scheduling your Automation
Create fully automated processes by scheduling your Python script to run on GitHub
Motivation
Where does my automation run?
How to schedule an automation:
Step 1: Create an Automations repository and configure it in Mito
import os
os.environ['MITO_CONFIG_GITHUB_AUTOMATION_REPO'] = 'mito-ds/mito-automations-test'Step 2: Create a personal access token, and add it to your environment
Step 3: Use the Schedule Automation interface in the Code tab
Code tab
Step 4: Review and merge this PR
Step 5: Get the results of future automation runs
Last updated
Was this helpful?