Skip to content

Commit

Permalink
update labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital committed Oct 23, 2024
1 parent bac00e2 commit d790263
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 123 deletions.
125 changes: 4 additions & 121 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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/**
4 changes: 2 additions & 2 deletions _tools/packages.ts
Original file line number Diff line number Diff line change
@@ -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 = [];
Expand Down

0 comments on commit d790263

Please sign in to comment.