Skip to content

Commit 2885dc9

Browse files
authored
Update variables.md (#756)
Added change hashtags mapping for Gerrit to CF_PULL_REQUEST_LABELS description
1 parent c0b1d13 commit 2885dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/pipelines/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Gerrit has `change-Id` and `Changes` that you can map to `CF_PULL_REQUEST` varia
100100
| {% raw %}`${{CF_PULL_REQUEST_ID}}`{% endraw %} | The ID of the pull request.<br>For Gerrit, use this in place of `changeId`. |
101101
| {% raw %}`${{CF_PULL_REQUEST_TARGET}}`{% endraw %} | The target branch of the pull request. <br>For Gerrit, use this in place of `Change target branch name`. |
102102
| {% raw %}`${{CF_PULL_REQUEST_NUMBER}}`{% endraw %} | The pull request number |
103-
| {% raw %}`${{CF_PULL_REQUEST_LABELS}}`{% endraw %} | The labels of pull request (GitHub and GitLab only) |
103+
| {% raw %}`${{CF_PULL_REQUEST_LABELS}}`{% endraw %} | For GitHub and GitLab, the labels assigned to the pull requests.<br>For Gerrit, the `change hashtags`. |
104104
| {% raw %}`${{CF_PULL_REQUEST_COMMENT}}`{% endraw %} | The comment added to the pull request.<br>For Gerrit, use this in place of `Change message`. |
105105
| {% raw %}`${{CF_PULL_REQUEST_COMMENT_AUTHOR}}`{% endraw %} | The user who added the comment to the pull request.<br>For Gerrit, use this in place of `Change author`. |
106106
| {% raw %}`${{CF_COMMIT_AUTHOR}}`{% endraw %} | Commit author. |

0 commit comments

Comments
 (0)