Skip to content

Commit 9e355b3

Browse files
committed
Scope the action to only run on our repo
1 parent bbb7a40 commit 9e355b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeowners-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ 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
1516
env:
1617
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1718
with:

0 commit comments

Comments
 (0)