Skip to content

Commit 3849c6b

Browse files
committed
fix matcher import
1 parent 0a71a40 commit 3849c6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/labeler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import fs from 'fs';
2-
import matcher from 'matcher';
1+
import * as fs from 'fs';
2+
import {matcher} from 'matcher';
33
import * as yaml from 'js-yaml';
44
import * as github from '@actions/github';
55
import * as core from '@actions/core';

0 commit comments

Comments
 (0)