From d7902637cd89f5b767a3da09e4219b96cf9bc7a2 Mon Sep 17 00:00:00 2001 From: inverted-capital <69952973+inverted-capital@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:16:18 +0000 Subject: [PATCH] update labeler --- .github/labeler.yml | 125 ++------------------------------------------ _tools/packages.ts | 4 +- 2 files changed, 6 insertions(+), 123 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 98731a0e5ce6..04f6e41b2213 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,123 +1,6 @@ -archive: +files: - changed-files: - - any-glob-to-any-file: archive/** -assert: + - any-glob-to-any-file: files/** +openai: - changed-files: - - any-glob-to-any-file: assert/** -async: - - changed-files: - - any-glob-to-any-file: async/** -bytes: - - changed-files: - - any-glob-to-any-file: bytes/** -cbor: - - changed-files: - - any-glob-to-any-file: cbor/** -cli: - - changed-files: - - any-glob-to-any-file: cli/** -collections: - - changed-files: - - any-glob-to-any-file: collections/** -crypto: - - changed-files: - - any-glob-to-any-file: crypto/** -csv: - - changed-files: - - any-glob-to-any-file: csv/** -data-structures: - - changed-files: - - any-glob-to-any-file: data_structures/** -datetime: - - changed-files: - - any-glob-to-any-file: datetime/** -dotenv: - - changed-files: - - any-glob-to-any-file: dotenv/** -encoding: - - changed-files: - - any-glob-to-any-file: encoding/** -expect: - - changed-files: - - any-glob-to-any-file: expect/** -fmt: - - changed-files: - - any-glob-to-any-file: fmt/** -front-matter: - - changed-files: - - any-glob-to-any-file: front_matter/** -fs: - - changed-files: - - any-glob-to-any-file: fs/** -html: - - changed-files: - - any-glob-to-any-file: html/** -http: - - changed-files: - - any-glob-to-any-file: http/** -ini: - - changed-files: - - any-glob-to-any-file: ini/** -internal: - - changed-files: - - any-glob-to-any-file: internal/** -io: - - changed-files: - - any-glob-to-any-file: io/** -json: - - changed-files: - - any-glob-to-any-file: json/** -jsonc: - - changed-files: - - any-glob-to-any-file: jsonc/** -log: - - changed-files: - - any-glob-to-any-file: log/** -media-types: - - changed-files: - - any-glob-to-any-file: media_types/** -msgpack: - - changed-files: - - any-glob-to-any-file: msgpack/** -net: - - changed-files: - - any-glob-to-any-file: net/** -path: - - changed-files: - - any-glob-to-any-file: path/** -random: - - changed-files: - - any-glob-to-any-file: random/** -regexp: - - changed-files: - - any-glob-to-any-file: regexp/** -semver: - - changed-files: - - any-glob-to-any-file: semver/** -streams: - - changed-files: - - any-glob-to-any-file: streams/** -tar: - - changed-files: - - any-glob-to-any-file: tar/** -testing: - - changed-files: - - any-glob-to-any-file: testing/** -text: - - changed-files: - - any-glob-to-any-file: text/** -toml: - - changed-files: - - any-glob-to-any-file: toml/** -ulid: - - changed-files: - - any-glob-to-any-file: ulid/** -uuid: - - changed-files: - - any-glob-to-any-file: uuid/** -webgpu: - - changed-files: - - any-glob-to-any-file: webgpu/** -yaml: - - changed-files: - - any-glob-to-any-file: yaml/** + - any-glob-to-any-file: openai/** diff --git a/_tools/packages.ts b/_tools/packages.ts index a6138a2e54a0..a1abeb488960 100644 --- a/_tools/packages.ts +++ b/_tools/packages.ts @@ -1,7 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { walk } from "../fs/walk.ts"; -import { relative } from "../path/mod.ts"; +import { walk } from "@std/fs/walk.ts"; +import { relative } from "@std/path/mod.ts"; export async function discoverPackages() { const packages = [];