II.
Definition JSON
Structured · livedefinition:trigger-pr
Pull Request Trigger json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "definition:trigger-pr",
"_kind": "Definition",
"_file": "domain/cicd/cicd-concepts.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Pull Request Trigger",
"authoredAt": "2026-05-10T00:00:00Z",
"termId": "term:cicd",
"text": "A CI trigger that fires when a pull request (or merge request) is\nopened, updated (new commits pushed), or reopened. The primary\nmechanism for pre-merge validation. Security considerations include\nrestricting secret access for PRs from forks and using\npull_request_target for workflows that need write permissions.\nActivity filters (opened, synchronize, labeled) allow fine-grained\ncontrol over which PR events start a pipeline run.\n",
"status": "canonical"
},
"outgoingEdges": [
{
"from": "definition:trigger-pr",
"to": "term:cicd",
"kind": "defines"
},
{
"from": "definition:trigger-pr",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "definition:trigger-pr",
"to": "tool:github-actions",
"kind": "supports"
},
{
"from": "definition:trigger-pr",
"to": "tool:gitlab-ci",
"kind": "supports"
},
{
"from": "definition:trigger-pr",
"to": "topic:ci-triggers",
"kind": "supports"
}
],
"incomingEdges": []
}