Skip to main content

CI/CD Workflows Overview

Git-Ape provides GitHub Actions workflows for automated deployment lifecycle management.

Activation required

Workflows ship as *.exampleyml files in .github/workflows/ so they are inert when the plugin is first installed. The /git-ape-onboarding flow renames each .exampleyml to .yml after you complete the experimental-status acknowledgments. Files still ending in .exampleyml in the inventory below are not yet active.

Workflow Inventory​

WorkflowFileTriggersJobs
Daily Repo Statusdaily-repo-status.lock.ymlschedule, workflow_dispatchactivation, agent, conclusion, detection, safe_outputs
Git-Ape: Workflow Lintgit-ape-actionlint.ymlpull_requestactionlint
Git-Ape: Extension Buildgit-ape-build.ymlpull_requestbuild
Git-Ape: Deploygit-ape-deploy.exampleymlpush, issue_commentcheck-comment-trigger, detect-deployments, deploy
Git-Ape: Destroygit-ape-destroy.exampleymlpush, workflow_dispatchdetect-destroys, destroy
Git-Ape: Docs Checkgit-ape-docs-check.ymlpull_requestcheck-docs
Git-Ape: Docs Deploygit-ape-docs.ymlpushbuild, deploy
Git-Ape: Plangit-ape-plan.exampleymlpull_requestdetect-deployments, plan-local, plan-azure, plan-comment
Git-Ape: Plugin Version Checkgit-ape-plugin-version-check.ymlpull_requestcheck-version-drift
Git-Ape: Plugin Releasegit-ape-release.ymlpush, workflow_dispatchrelease
Git-Ape: Verify Setupgit-ape-verify.exampleymlworkflow_dispatchverify
Issue Triage Agentissue-triage-agent.lock.ymlschedule, workflow_dispatchactivation, agent, conclusion, detection, safe_outputs
PR Validationpr-validation.ymlpull_requeststructure-check, markdownlint

Pipeline Architecture​