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
|[`AI_DescribePR`](#AI_DescribePR)<br />Returns an AI-generated description of the PR based on the provided input diff | Object | - | String |
45
+
|[`allDocs`](#alldocs)<br />Checks the list includes only images |[`files`](./context-variables.md#files)| - | Bool |
45
46
|[`allImages`](#allimages)<br />Checks the list includes only images |[`files`](./context-variables.md#files)| - | Bool |
46
47
|[`allTests`](#alltests)<br />Checks the list includes only tests |[`files`](./context-variables.md#files)| - | Bool |
47
48
|[`codeExperts`](#codeexperts)<br />Get list of contributors based on expert reviewer model results |[`repo`](./context-variables.md#repo)|`gt`, `lt`|[String]|
@@ -314,31 +315,6 @@ Checks whether any element in the list is `true`. In case the list of elements
314
315
{{ files | match(list=['src', 'dest']) | some }}
315
316
```
316
317
317
-
#### `allDocs`
318
-
319
-
Return `true` if the input list includes only documents based on file extensions.
Leverage LinearB's AI to assist with generating a concise and meaningful description for pull requests based on the provided context. Streamline the review process by summarizing the purpose and key changes in a PR, reducing the manual effort and cognitive load for developers and reviewers.
@@ -366,6 +342,32 @@ automations:
366
342
367
343
```
368
344
345
+
#### `allDocs`
346
+
347
+
Return `true` if the input list includes only documents based on file extensions.
0 commit comments