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 0a71a40 commit 3849c6bCopy full SHA for 3849c6b
1 file changed
src/labeler.ts
@@ -1,5 +1,5 @@
1
-import fs from 'fs';
2
-import matcher from 'matcher';
+import * as fs from 'fs';
+import {matcher} from 'matcher';
3
import * as yaml from 'js-yaml';
4
import * as github from '@actions/github';
5
import * as core from '@actions/core';
0 commit comments