You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| The name of the *base* (or target) branch of the PR - that is the branch that will receive the changes. Only populated for pipelines triggered xref:github-trigger-event-options/#supported-trigger-options[by pull request events] (`pipeline.event.name = 'pull_request'`).
394
+
| icon:check[]
395
+
| icon:times[]
396
+
397
+
| `pipeline.event.github.pull_request.head.ref`
398
+
| GitHub App
399
+
| String
400
+
| The name of the *head* branch of the PR - that is the branch containing the changes to be merged. Only populated for pipelines triggered xref:github-trigger-event-options/#supported-trigger-options[by pull request events] (`pipeline.event.name = "pull_request"`).
401
+
| icon:check[]
402
+
| icon:times[]
403
+
404
+
| `pipeline.event.github.pull_request.draft`
405
+
| GitHub App
406
+
| Boolean
407
+
| A boolean value indicating whether the pull request is a draft. Only populated for pipelines triggered xref:github-trigger-event-options/#supported-trigger-options[by pull request events] (`pipeline.event.name = "pull_request"`).
408
+
| icon:check[]
409
+
| icon:times[]
410
+
411
+
| `pipeline.event.github.pull_request.title`
412
+
| GitHub App
413
+
| String
414
+
| The title of the pull request. Only populated for pipelines triggered xref:github-trigger-event-options/#supported-trigger-options[by pull request events] (`pipeline.event.name = "pull_request"`).
415
+
| icon:check[]
416
+
| icon:times[]
417
+
418
+
| `pipeline.event.github.pull_request.number`
419
+
| GitHub App
420
+
| Integer
421
+
| The numeric identifier of the pull request. Only populated for pipelines triggered xref:github-trigger-event-options/#supported-trigger-options[by pull request events] (`pipeline.event.name = "pull_request"`).
0 commit comments