Skip to content

Commit ad6bbae

Browse files
committed
fixup!
1 parent c6306b0 commit ad6bbae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/reviewers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"n-api": "@nodejs/addon-api",
1111
"test": "@nodejs/test_runner",
1212
"typescript": "@nodejs/typescript"
13-
}
13+
}

.github/workflows/request-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
- reopened
1010
- synchronize
1111
paths:
12-
- "apps/site/pages/en/**/*.md"
13-
- "apps/site/pages/en/**/*.mdx"
12+
- 'apps/site/pages/en/**/*.md'
13+
- 'apps/site/pages/en/**/*.mdx'
1414

1515
# Cancel any runs on the same branch
1616
concurrency:

0 commit comments

Comments
 (0)