Skip to content

Commit e57c64a

Browse files
authored
Merge pull request #662 from linear-b/fix-codeowners-example-cm
Fix codeowners filter name to match filename
2 parents acbba5e + 983fb13 commit e57c64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)