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
Copy file name to clipboardExpand all lines: _docs/configure-ci-cd-pipeline/triggers/git-triggers.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,16 +111,15 @@ Therefore, all tags like `tag1`, `tag-X` **won't** trigger the pipeline.
111
111
112
112
###Pull Requests from comments
113
113
114
-
Pull Requests from comments are supported for all Git providers, for private and public repositories.
115
-
116
-
**Pull request comment added (restricted)**
117
-
This option triggers an event only when the PR comments are made by repository owners or collaborators.
118
-
119
-
**Pull request comment added**
120
-
This option triggers an event when PR comments are made by any user, regardless of their permissions.
121
-
Because it is not restricted to owners and collaborators, this option is useful in GitHub, to enable triggers for PR comments made by users in GitHub teams.
122
-
123
-
>We strongly recommend selecting this option only for_private repositories_.
114
+
Pull Requests from comments are supported for all Git providers, for private and public repositories.
115
+
There are two options:
116
+
***Pull request comment added (restricted)**
117
+
This option triggers an event only when the PR comments are made by repository owners or collaborators.
118
+
***Pull request comment added**
119
+
This option triggers an event when PR comments are made by any user, regardless of their permissions.
120
+
Because it is not restricted to owners and collaborators, this option is useful in GitHub, to enable triggers for PR comments made by users in GitHub teams.
121
+
122
+
>We strongly recommend selecting this option only for_private repositories_.