Skip to content

Commit ec1cc6f

Browse files
authored
Wrap the repository name in codeowner checker
It currently is causing syntax error.
1 parent f41fc22 commit ec1cc6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeowners-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- name: Run Codeowners merge check
1414
uses: OSS-Docs-Tools/code-owner-self-merge@1.5.4
15-
if: github.repository == microsoft/TypeScript-DOM-lib-generator
15+
if: github.repository == 'microsoft/TypeScript-DOM-lib-generator'
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
with:
1919
merge_method: 'squash'
2020
if_no_maintainers_add_label: 'maintainers'
21-
if_no_maintainers_assign: '@orta @sandersn'
21+
if_no_maintainers_assign: '@orta @sandersn'

0 commit comments

Comments
 (0)