Skip to content

Commit 5e3c525

Browse files
authored
Add 5 pipeline values (#9344)
* Update pipeline-values.adoc * Update pipeline-values.adoc * Update pipeline-values.adoc * Update pipeline-values.adoc
1 parent 373e4c7 commit 5e3c525

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Diff for: jekyll/_includes/partials/pipelines-and-triggers/pipeline-values.adoc

+35
Original file line numberDiff line numberDiff line change
@@ -387,4 +387,39 @@ a| * GitLab: push, merge request
387387
| icon:check[]
388388
| icon:times[]
389389

390+
| `pipeline.event.github.pull_request.base.ref`
391+
| GitHub App
392+
| String
393+
| 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"`).
422+
| icon:check[]
423+
| icon:times[]
424+
390425
|===

0 commit comments

Comments
 (0)