Skip to content

Commit

Permalink
chore: changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Nov 24, 2024
1 parent 410a76c commit fa5a60e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/utils/issue.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
import { Endpoints } from "@octokit/types";
import ms from "ms";
import { AssignedIssueScope, Role } from "../types";
import { Context } from "../types/context";
import { GitHubIssueSearch, RepoIssues, Review } from "../types/payload";
import { getLinkedPullRequests, GetLinkedResults } from "./get-linked-prs";
import { getAllPullRequestsFallback, getAssignedIssuesFallback } from "./get-pull-requests-fallback";
import { AssignedIssueScope, Role } from "../types";

export function isParentIssue(body: string) {
const parentPattern = /-\s+\[( |x)\]\s+#\d+/;
Expand Down
6 changes: 3 additions & 3 deletions tests/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import { afterAll, afterEach, beforeAll, beforeEach, describe, expect } from "@jest/globals";
import { drop } from "@mswjs/data";
import { TransformDecodeError, Value } from "@sinclair/typebox/value";
import { createClient } from "@supabase/supabase-js";
import { cleanLogString, Logs } from "@ubiquity-os/ubiquity-os-logger";
import dotenv from "dotenv";
import { createAdapters } from "../src/adapters";
import { HttpStatusCode } from "../src/handlers/result-types";
import { userStartStop, userUnassigned } from "../src/handlers/user-start-stop";
import { AssignedIssueScope, Context, envSchema, Role, Sender, SupportedEvents } from "../src/types";
import { db } from "./__mocks__/db";
import issueTemplate from "./__mocks__/issue-template";
import { server } from "./__mocks__/node";
import usersGet from "./__mocks__/users-get.json";
import { HttpStatusCode } from "../src/handlers/result-types";
import { TransformDecodeError, Value } from "@sinclair/typebox/value";

dotenv.config();

Expand Down Expand Up @@ -698,7 +698,7 @@ export function createContext(
BOT_USER_ID: appId as unknown as number,
},
command: null,
};
} as unknown as Context;
}

export function getSupabase(withData = true) {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3071,7 +3071,7 @@ __metadata:
"@types/jest": "npm:29.5.12"
"@types/ms": "npm:^0.7.34"
"@types/node": "npm:20.14.5"
"@ubiquity-os/plugin-sdk": "npm:^1.1.0"
"@ubiquity-os/plugin-sdk": "npm:1.1.0"
"@ubiquity-os/ubiquity-os-logger": "npm:^1.3.2"
cspell: "npm:8.9.0"
dotenv: "npm:^16.4.4"
Expand All @@ -3098,7 +3098,7 @@ __metadata:
languageName: unknown
linkType: soft

"@ubiquity-os/plugin-sdk@npm:^1.1.0":
"@ubiquity-os/plugin-sdk@npm:1.1.0":
version: 1.1.0
resolution: "@ubiquity-os/plugin-sdk@npm:1.1.0"
dependencies:
Expand Down

0 comments on commit fa5a60e

Please sign in to comment.