Skip to content

Commit dad4d12

Browse files
authored
Merge pull request #686 from linear-b/faq-free-pr-limit
Update free account limits to specify 250 PRs per month per owner
2 parents b605c52 + eda587b commit dad4d12

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/faq.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ gitStream supports repositories in GitHub, GitLab, and Bitbucket. Note that the
2727

2828
## Are there limits on gitStream automations for free accounts?
2929

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.
3131

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.
3535

36-
To remove automation limits, <a href="https://linearb.io/contact-us" target="_blank">Contact LinearB</a> and upgrade to a paid plan.
36+
To remove automation limits, <a href="https://linearb.io/contact-us" target="_blank">Contact LinearB</a> and upgrade to a paid plan.
3737
🔗 Learn more: [Automation Limits](limits.md)
3838

3939
## 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
4545

4646
The `.cm` file uses YAML with JINJA2. For your favorite editor to automatically choose the right syntax, you can use modelines.
4747

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):
4949

5050
```
5151
# -*- mode: yaml -*-

docs/limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Monthly PR automation limit
44

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.
66

77
### How it works
88
- 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
1616
## Need more automations?
1717
If your team requires a higher automation quota, upgrading to a paid plan will remove these restrictions.
1818

19-
<a href="https://linearb.io/contact-us" target="_blank">Contact LinearB</a> or <a href="https://linearb.io/book-a-demo" target="_blank">Book a demo</a> to explore upgrade options.
19+
<a href="https://linearb.io/contact-us" target="_blank">Contact LinearB</a> or <a href="https://linearb.io/book-a-demo" target="_blank">Book a demo</a> to explore upgrade options.

0 commit comments

Comments
 (0)