Skip to content

Commit f90b5e4

Browse files
authored
Merge branch 'main' into add-code-review-action
2 parents 4767e05 + 385cab1 commit f90b5e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/automation-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ This action, once triggered, reviews the code in the PR, and generates a comment
311311

312312
| Args | Usage | Type | Description |
313313
| -----------|------|-----|------------------------------------------------ |
314-
| `approve_on_LGTM` | Optional | Bool | Approve this PR if no issues were found. Dafault is `false` |
314+
| `approve_on_LGTM` | Optional | Bool | Approve this PR if no issues were found. Default is `false` |
315315

316316
```yaml+jinja title="example"
317317
automations:

plugins/filters/getCodeowners/get_codeowners.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ automations:
1515
reviewers: {{ experts | intersection(list=owners) }}
1616

1717
experts: {{ repo | codeExperts(gt=10) }}
18-
owners: {{ files | codeowners(pr, env.CODEOWNERS) }}
18+
owners: {{ files | getCodeowners(pr, env.CODEOWNERS) }}

0 commit comments

Comments
 (0)