Skip to content
K

mm_sync_github

Sync issues bidirectionally between GitHub and Monday Morning

  • Category: Plugins
  • Source: Plugin: github
  • Required parameters: 1
  • Total parameters: 2
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
directionstring (enum: pull, push, both)NoSync direction: pull from GitHub, push to GitHub, or both (default: both)
{
"tool": "mm_sync_github",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"direction": "pull"
}
}