Skip to content

Commit 2388eb0

Browse files
authored
Exclude all _i18n subfolders except 'en' (#409)
1 parent 3f9c380 commit 2388eb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/autoreview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
with:
1212
pattern: "*.md"
1313
locale: "US"
14+
exclude: "./_i18n/!(en)/**"
1415
guids:
1516
runs-on: ubuntu-22.04
1617
steps:

0 commit comments

Comments
 (0)