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 0af417c commit d5158a3Copy full SHA for d5158a3
.github/workflows/CI.yml
@@ -8,6 +8,9 @@ jobs:
8
steps:
9
- uses: actions/checkout@v1
10
- uses: actions/setup-node@v1
11
+ with:
12
+ node-version: "13.x"
13
+
14
- run: yarn
15
- run: yarn docs-sync validate-against-en
16
.github/workflows/codeowners-merge.yml
@@ -14,3 +14,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: OSS-Docs-Tools/code-owner-self-merge@master
17
18
+ if_no_maintainers_add_label: 'maintainers'
19
+ if_no_maintainers_assign: '@orta'
0 commit comments