Skip to content

Commit d5158a3

Browse files
committed
adds an assignee to me for my PRs
1 parent 0af417c commit d5158a3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
steps:
99
- uses: actions/checkout@v1
1010
- uses: actions/setup-node@v1
11+
with:
12+
node-version: "13.x"
13+
1114
- run: yarn
1215
- run: yarn docs-sync validate-against-en
1316

.github/workflows/codeowners-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ jobs:
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
uses: OSS-Docs-Tools/code-owner-self-merge@master
17+
with:
18+
if_no_maintainers_add_label: 'maintainers'
19+
if_no_maintainers_assign: '@orta'

0 commit comments

Comments
 (0)