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 f41fc22 commit ec1cc6fCopy full SHA for ec1cc6f
.github/workflows/codeowners-merge.yml
@@ -12,10 +12,10 @@ jobs:
12
- uses: actions/checkout@v1
13
- name: Run Codeowners merge check
14
uses: OSS-Docs-Tools/code-owner-self-merge@1.5.4
15
- if: github.repository == microsoft/TypeScript-DOM-lib-generator
+ if: github.repository == 'microsoft/TypeScript-DOM-lib-generator'
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
with:
19
merge_method: 'squash'
20
if_no_maintainers_add_label: 'maintainers'
21
- if_no_maintainers_assign: '@orta @sandersn'
+ if_no_maintainers_assign: '@orta @sandersn'
0 commit comments