docs/.github/labeler.yml

188 lines
4.2 KiB
YAML

area/release:
- changed-files:
- any-glob-to-any-file:
- .github/**
- hack/releaser/**
- netlify.toml
area/config:
- changed-files:
- any-glob-to-any-file:
- Dockerfile
- Makefile
- compose.yaml
- docker-bake.hcl
- hugo.yaml
- pagefind.yml
- hack/vendor
area/contrib:
- changed-files:
- any-glob-to-any-file:
- content/contribute/**
- CONTRIBUTING.md
area/tests:
- changed-files:
- any-glob-to-any-file:
- .htmltest.yml
- .markdownlint.json
- .vale.ini
- _vale/**
- hack/test/*
area/build:
- changed-files:
- any-glob-to-any-file:
- content/manuals/build/**
- _vendor/github.com/moby/buildkit/**
- _vendor/github.com/docker/buildx/**
- content/reference/cli/docker/buildx/**
area/build-cloud:
- changed-files:
- any-glob-to-any-file:
- content/manuals/build-cloud/**
area/compose:
- changed-files:
- any-glob-to-any-file:
- content/manuals/compose/**
- content/reference/compose-file/**
- _vendor/github.com/docker/compose/**
area/desktop:
- changed-files:
- any-glob-to-any-file:
- content/manuals/desktop/**
area/engine:
- changed-files:
- any-glob-to-any-file:
- content/manuals/engine/**
- content/reference/api/engine/**
area/install:
- changed-files:
- any-glob-to-any-file:
- content/manuals/desktop/install/**
- content/manuals/engine/install/**
area/swarm:
- changed-files:
- any-glob-to-any-file:
- content/manuals/engine/swarm/**
area/security:
- changed-files:
- any-glob-to-any-file:
- content/manuals/security/**
- content/manuals/engine/security/**
area/get-started:
- changed-files:
- any-glob-to-any-file:
- content/get-started/**
area/guides:
- changed-files:
- any-glob-to-any-file:
- content/guides/**
- content/learning-paths/**
area/networking:
- changed-files:
- any-glob-to-any-file:
- content/manuals/engine/network/**
- content/manuals/engine/daemon/ipv6.md
area/hub:
- changed-files:
- any-glob-to-any-file:
- content/manuals/docker-hub/**
area/cli:
- changed-files:
- any-glob-to-any-file:
- content/reference/cli/**
- _vendor/github.com/docker/cli/**
- _vendor/github.com/docker/scout-cli/**
- data/engine-cli/**
- data/buildx-cli/**
- data/debug-cli/**
- data/init-cli/**
area/api:
- changed-files:
- any-glob-to-any-file:
- content/reference/api/**
- _vendor/github.com/moby/moby/docs/api/*
area/scout:
- changed-files:
- any-glob-to-any-file:
- content/manuals/scout/**
- _vendor/github.com/docker/scout-cli/**
area/billing:
- changed-files:
- any-glob-to-any-file:
- content/manuals/billing/**
area/subscription:
- changed-files:
- any-glob-to-any-file:
- content/manuals/subscription/**
area/admin:
- changed-files:
- any-glob-to-any-file:
- content/manuals/admin/**
area/extensions:
- changed-files:
- any-glob-to-any-file:
- content/manuals/extensions/**
- content/reference/api/extensions-sdk/**
area/samples:
- changed-files:
- any-glob-to-any-file:
- content/samples/**
area/storage:
- changed-files:
- any-glob-to-any-file:
- content/manuals/engine/storage/**
area/accounts:
- changed-files:
- any-glob-to-any-file:
- content/manuals/accounts/**
area/copilot:
- changed-files:
- any-glob-to-any-file:
- content/manuals/copilot/**
hugo:
- changed-files:
- any-glob-to-any-file:
- assets/**
- hugo.yaml
- hugo_stats.json
- i18n/**
- layouts/**
- postcss.config.js
- static/**
- tailwind.config.js
dependencies:
- changed-files:
- any-glob-to-any-file:
- go.mod
- go.sum
- package*.json
- _vendor/**
- hack/vendor