Skip to content

Commit 8b2483e

Browse files
authored
Update execution-model.md (#758)
1 parent 349ba14 commit 8b2483e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/execution-model.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Trigger Control
22

3+
!!! warning "GitHub Only Feature :fontawesome-brands-github:"
4+
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.
5+
36
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.
47

58
## Organization-level rules and repository rules

0 commit comments

Comments
 (0)