We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6306b0 commit ad6bbaeCopy full SHA for ad6bbae
.github/reviewers.json
@@ -10,4 +10,4 @@
10
"n-api": "@nodejs/addon-api",
11
"test": "@nodejs/test_runner",
12
"typescript": "@nodejs/typescript"
13
-}
+}
.github/workflows/request-review.yml
@@ -9,8 +9,8 @@ on:
9
- reopened
- synchronize
paths:
- - "apps/site/pages/en/**/*.md"
- - "apps/site/pages/en/**/*.mdx"
+ - 'apps/site/pages/en/**/*.md'
+ - 'apps/site/pages/en/**/*.mdx'
14
15
# Cancel any runs on the same branch
16
concurrency:
0 commit comments