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
You can match a PipelineRun on a comment on a Pull Request with the annotation
183
-
`pipelinesascode.tekton.dev/on-comment`.
183
+
You can match a PipelineRun on a comment on a Pull Request or a [Pushed Commit]({{< relref "/docs/guide/running.md#gitops-commands-on-pushed-commits">}})
184
+
with the annotation `pipelinesascode.tekton.dev/on-comment`.
184
185
185
186
The comment is a regexp and if a newly created comment has this regexp it will
186
187
automatically match the PipelineRun and start it.
@@ -208,7 +209,13 @@ Note that the `on-comment` annotation will respect the `pull_request` [Policy]({
208
209
so only users in the `pull_request` policy will be able to trigger the
209
210
PipelineRun.
210
211
211
-
> *NOTE*: The `on-comment` annotation is only supported on GitHub, Gitea, and GitLab providers
212
+
{{< hint info >}}
213
+
214
+
- The `on-comment` annotation is supported on `pull_request`. On `push` events,
215
+
it is only supported [when targeting the main branch without arguments]({{< relref
0 commit comments