Skip to content

Commit 2428c65

Browse files
committed
🐛 fix(core): correct import path in issues workflow
Fixed relative import path after moving issues workflow to the workflows directory. Changed './github.js' to '../github.js' to properly reference the github module from the workflows subdirectory.
1 parent 35bf095 commit 2428c65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/workflows/issues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
fetchRepositoryIssues,
44
type GitHubIssue,
55
type FetchIssuesOptions,
6-
} from "./github.js";
6+
} from "../github.js";
77

88
/**
99
* Repository information required for issues workflow

0 commit comments

Comments
 (0)