II.
Topic JSON
Structured · livetopic:ci-triggers
CI Triggers json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:ci-triggers",
"_kind": "Topic",
"_file": "domain/topics/topics-cicd.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "CI Triggers",
"description": "CI Triggers as a cross-cutting topic - the event-based mechanisms that\ninitiate pipeline execution. Covers push and pull-request hooks, schedule\n(cron) expressions, manual workflow_dispatch with typed inputs,\nrepository_dispatch for API-driven invocation, workflow_call for\npipeline composition, and external webhook payloads. Understanding trigger\nsemantics is essential for controlling pipeline concurrency, cost, and\nsecurity (e.g., preventing secret exposure on fork PRs).\n"
},
"outgoingEdges": [
{
"from": "topic:ci-triggers",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:ci-triggers",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "definition:trigger-push",
"to": "topic:ci-triggers",
"kind": "supports"
},
{
"from": "definition:trigger-pr",
"to": "topic:ci-triggers",
"kind": "supports"
},
{
"from": "definition:trigger-schedule",
"to": "topic:ci-triggers",
"kind": "supports"
},
{
"from": "definition:trigger-dispatch",
"to": "topic:ci-triggers",
"kind": "supports"
},
{
"from": "definition:trigger-tag",
"to": "topic:ci-triggers",
"kind": "supports"
},
{
"from": "definition:trigger-webhook",
"to": "topic:ci-triggers",
"kind": "supports"
},
{
"from": "definition:trigger-remote-dispatch",
"to": "topic:ci-triggers",
"kind": "supports"
},
{
"from": "domain:devops",
"to": "topic:ci-triggers",
"kind": "contains"
},
{
"from": "domain:software-engineering",
"to": "topic:ci-triggers",
"kind": "contains"
}
]
}