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/faq.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,13 @@ gitStream supports repositories in GitHub, GitLab, and Bitbucket. Note that the
27
27
28
28
## Are there limits on gitStream automations for free accounts?
29
29
30
-
Yes. Free accounts have a monthly limit on the number of PRs that can trigger automations.
30
+
Yes. Free accounts have a monthly limit on the number of pull requests that can trigger automations. It is limited to 250 pull requests each month per Git owner or organization.
31
31
32
-
- When the organization reaches 90% of the limit, a warning will appear in PR comments.
33
-
- Once the limit is exceeded, new PRs will not trigger automations and will be marked as "Skipped."
34
-
- The limit resets at the start of each month.
32
+
- When the organization reaches 90% of the limit, a warning will appear in PR comments.
33
+
- Once the limit is exceeded, new PRs will not trigger automations and will be marked as "Skipped."
34
+
- The limit resets at the start of each month.
35
35
36
-
To remove automation limits, <ahref="https://linearb.io/contact-us"target="_blank">Contact LinearB</a> and upgrade to a paid plan.
36
+
To remove automation limits, <ahref="https://linearb.io/contact-us"target="_blank">Contact LinearB</a> and upgrade to a paid plan.
37
37
🔗 Learn more: [Automation Limits](limits.md)
38
38
39
39
## Can I use gitStream with Merge Queues?
@@ -45,7 +45,7 @@ Yes. When a merge queue is used, and gitStream is set as a required check, gitSt
45
45
46
46
The `.cm` file uses YAML with JINJA2. For your favorite editor to automatically choose the right syntax, you can use modelines.
47
47
48
-
Add the following line to the top of the `.cm` file (the default has it already):
48
+
Add the following line to the top of the `.cm` file (the default has it already):
Copy file name to clipboardExpand all lines: docs/limits.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Monthly PR automation limit
4
4
5
-
Free accounts have a monthly cap on the number of PRs that can trigger automations in their organization. This limit ensures fair usage while allowing teams to experience gitStream’s benefits before upgrading.
5
+
Free accounts have a monthly cap of **250** PRs that can trigger automations in their organization. This limit ensures fair usage while allowing teams to experience gitStream’s benefits before upgrading.
6
6
7
7
### How it works
8
8
- When the account reaches 90% of its quota, a warning appears in PR comments.
@@ -16,4 +16,4 @@ Free accounts have a monthly cap on the number of PRs that can trigger automatio
16
16
## Need more automations?
17
17
If your team requires a higher automation quota, upgrading to a paid plan will remove these restrictions.
18
18
19
-
<ahref="https://linearb.io/contact-us"target="_blank">Contact LinearB</a> or <ahref="https://linearb.io/book-a-demo"target="_blank">Book a demo</a> to explore upgrade options.
19
+
<ahref="https://linearb.io/contact-us"target="_blank">Contact LinearB</a> or <ahref="https://linearb.io/book-a-demo"target="_blank">Book a demo</a> to explore upgrade options.
0 commit comments