From 44e6dffe68046181b6cadaf12e56592f4caa1c26 Mon Sep 17 00:00:00 2001 From: Ofer Affias Date: Thu, 24 Jul 2025 17:06:34 +0300 Subject: [PATCH] Update execution-model.md --- docs/execution-model.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/execution-model.md b/docs/execution-model.md index 873d9414..0cb7f5e0 100644 --- a/docs/execution-model.md +++ b/docs/execution-model.md @@ -1,5 +1,8 @@ # Trigger Control +!!! warning "GitHub Only Feature :fontawesome-brands-github:" + Explicit triggers (using `on`, `triggers.on`, `triggers.include`, and `triggers.exclude` parameters) are only supported on GitHub. Using explicit triggers in GitLab or Bitbucket will cause the automation to fail with an error. For GitLab and Bitbucket, simply omit trigger configuration to use implicit triggers automatically. + gitStream is triggered on new pull requests (PRs) for repositories that have gitStream installed. Upon triggering, gitStream collects context variables and evaluates the automation rules to determine which ones are relevant. ## Organization-level rules and repository rules