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.
2 parents 79b70bc + 505ef89 commit 066d953Copy full SHA for 066d953
.github/CODEOWNERS
@@ -1,4 +1,5 @@
1
src/**/*.ts @saschanaz
2
baselines/* @saschanaz
3
inputfiles/**/* @saschanaz
4
-README.md @saschanaz
+README.md @saschanaz
5
+package-lock.json @saschanaz
.github/workflows/codeowners-merge.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v1
13
- name: Run Codeowners merge check
14
- uses: OSS-Docs-Tools/code-owner-self-merge@1.5.3
+ uses: OSS-Docs-Tools/code-owner-self-merge@1.5.4
15
env:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
with:
0 commit comments