discord.js/.github/labeler.yml

61 lines
2.2 KiB
YAML
Raw Normal View History

apps:guide:
- changed-files:
- any-glob-to-any-file: ['apps/guide/*', 'apps/guide/**/*']
apps:website:
- changed-files:
- any-glob-to-any-file: ['apps/website/*', 'apps/website/**/*']
packages:api-extractor:
- changed-files:
- any-glob-to-any-file: ['packages/api-extractor/*', 'packages/api-extractor/**/*']
packages:api-extractor-model:
- changed-files:
- any-glob-to-any-file: ['packages/api-extractor-model/*', 'packages/api-extractor-model/**/*']
2022-10-14 09:20:36 +13:00
packages:brokers:
- changed-files:
- any-glob-to-any-file: ['packages/brokers/*', 'packages/brokers/**/*']
2022-10-07 17:56:13 +13:00
packages:builders:
- changed-files:
- any-glob-to-any-file: ['packages/builders/*', 'packages/builders/**/*']
2022-10-07 17:56:13 +13:00
packages:collection:
- changed-files:
- any-glob-to-any-file: ['packages/collection/*', 'packages/collection/**/*']
2022-11-29 07:15:10 +13:00
packages:core:
- changed-files:
- any-glob-to-any-file: ['packages/core/*', 'packages/core/**/*']
feat: create-discord-bot (#9420) * feat: basic initialisation * fix: no scope * chore: add options for issues * feat: good word, Monbrey * feat: basic README.md * fix: no documentation for this * feat: install for them * chore: update licencing * chore: fix year * fix: build tsup * feat: add TypeScript option * feat: add `name` option * chore: ignore annoying errors * chore: add tsconfig.json * refactor: remove name We can just use the name of the directory instead. * chore: update cliff jumper rc * chore: bump dependencies * chore: bump dependencies * fix: build in prepack * fix: configure ESLint correctly * feat: infer package manager * docs(packageManager): document `install()` * fix(packageManager): do not emit a warning for `npm` * refactor: change project name colour to yellow * docs(constants): basic documentation * feat: add link * chore: add `verbatimModuleSyntax` * chore: bump discord.js * refactor: switch to @sapphire/ts-config * refactor: file name changes * refactor: tweak description * chore: update yarn.lock * fix: add .env * chore: bump dependencies * feat: event handler * refactor: use `default` * refactor: simpler event * chore: bump discord.js * fix: add release script and reorder * style: reorder package.json * chore: remove unneeded ignores * chore: bump minimum Node.js version * chore: add @types/node to TypeScript package.json * chore: apply requested changes Co-authored-by: Noel <buechler.noel@outlook.com> * style: run ESLint + Prettier * refactor: prefer "the" * refactor: remove some comments * feat: add ESLint + Prettier * chore: requested changes Co-authored-by: Noel <buechler.noel@outlook.com> * chore: more requested changes Co-authored-by: Noel <buechler.noel@outlook.com> --------- Co-authored-by: Noel <buechler.noel@outlook.com>
2023-05-08 04:05:26 +12:00
packages:create-discord-bot:
- changed-files:
- any-glob-to-any-file: ['packages/create-discord-bot/*', 'packages/create-discord-bot/**/*']
2022-10-07 17:56:13 +13:00
packages:discord.js:
- changed-files:
- any-glob-to-any-file: ['packages/discord.js/*', 'packages/discord.js/**/*']
2022-10-07 17:56:13 +13:00
packages:docgen:
- changed-files:
- any-glob-to-any-file: ['packages/docgen/*', 'packages/docgen/**/*']
packages:formatters:
- changed-files:
- any-glob-to-any-file: ['packages/formatters/*', 'packages/formatters/**/*']
feat: create-discord-bot (#9420) * feat: basic initialisation * fix: no scope * chore: add options for issues * feat: good word, Monbrey * feat: basic README.md * fix: no documentation for this * feat: install for them * chore: update licencing * chore: fix year * fix: build tsup * feat: add TypeScript option * feat: add `name` option * chore: ignore annoying errors * chore: add tsconfig.json * refactor: remove name We can just use the name of the directory instead. * chore: update cliff jumper rc * chore: bump dependencies * chore: bump dependencies * fix: build in prepack * fix: configure ESLint correctly * feat: infer package manager * docs(packageManager): document `install()` * fix(packageManager): do not emit a warning for `npm` * refactor: change project name colour to yellow * docs(constants): basic documentation * feat: add link * chore: add `verbatimModuleSyntax` * chore: bump discord.js * refactor: switch to @sapphire/ts-config * refactor: file name changes * refactor: tweak description * chore: update yarn.lock * fix: add .env * chore: bump dependencies * feat: event handler * refactor: use `default` * refactor: simpler event * chore: bump discord.js * fix: add release script and reorder * style: reorder package.json * chore: remove unneeded ignores * chore: bump minimum Node.js version * chore: add @types/node to TypeScript package.json * chore: apply requested changes Co-authored-by: Noel <buechler.noel@outlook.com> * style: run ESLint + Prettier * refactor: prefer "the" * refactor: remove some comments * feat: add ESLint + Prettier * chore: requested changes Co-authored-by: Noel <buechler.noel@outlook.com> * chore: more requested changes Co-authored-by: Noel <buechler.noel@outlook.com> --------- Co-authored-by: Noel <buechler.noel@outlook.com>
2023-05-08 04:05:26 +12:00
packages:next:
- changed-files:
- any-glob-to-any-file: ['packages/next/*', 'packages/next/**/*']
2022-10-07 17:56:13 +13:00
packages:proxy:
- changed-files:
- any-glob-to-any-file: ['packages/proxy/*', 'packages/proxy/**/*']
2022-10-07 17:56:13 +13:00
packages:proxy-container:
- changed-files:
- any-glob-to-any-file: ['packages/proxy-container/*', 'packages/proxy-container/**/*']
2022-10-07 17:56:13 +13:00
packages:rest:
- changed-files:
- any-glob-to-any-file: ['packages/rest/*', 'packages/rest/**/*']
packages:ui:
- changed-files:
- any-glob-to-any-file: ['packages/ui/*', 'packages/ui/**/*']
2022-10-07 17:56:13 +13:00
packages:util:
- changed-files:
- any-glob-to-any-file: ['packages/util/*', 'packages/util/**/*']
2022-10-07 17:56:13 +13:00
packages:voice:
- changed-files:
- any-glob-to-any-file: ['packages/voice/*', 'packages/voice/**/*']
2022-10-07 17:56:13 +13:00
packages:ws:
- changed-files:
- any-glob-to-any-file: ['packages/ws/*', 'packages/ws/**/*']