Skip to content

Commit 066d953

Browse files
author
Orta Therox
authored
Merge pull request microsoft#1047 from microsoft/update_codeowners
Bump codeowners action to 1.5.4
2 parents 79b70bc + 505ef89 commit 066d953

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
src/**/*.ts @saschanaz
22
baselines/* @saschanaz
33
inputfiles/**/* @saschanaz
4-
README.md @saschanaz
4+
README.md @saschanaz
5+
package-lock.json @saschanaz

.github/workflows/codeowners-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Run Codeowners merge check
14-
uses: OSS-Docs-Tools/code-owner-self-merge@1.5.3
14+
uses: OSS-Docs-Tools/code-owner-self-merge@1.5.4
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
with:

0 commit comments

Comments
 (0)