docs/.github/labeler.yml

138 lines
3.0 KiB
YAML

area/release:
- changed-files:
- any-glob-to-any-file:
- .github/**
- _releaser/**
- netlify.toml
area/build:
- changed-files:
- any-glob-to-any-file:
- content/build/**
- _vendor/github.com/moby/buildkit/**
- _vendor/github.com/docker/buildx/**
- content/engine/commandline/build*
area/compose:
- changed-files:
- any-glob-to-any-file:
- content/compose/**
- _vendor/github.com/docker/compose/**
- _vendor/github.com/compose-spec/compose-spec/**
area/desktop:
- changed-files:
- any-glob-to-any-file:
- content/desktop/**
area/engine:
- changed-files:
- any-glob-to-any-file:
- content/engine/**
- content/config/**
area/install:
- changed-files:
- any-glob-to-any-file:
- content/desktop/install/**
- content/engine/install/**
area/swarm:
- changed-files:
- any-glob-to-any-file:
- content/engine/swarm/**
area/security:
- changed-files:
- any-glob-to-any-file:
- content/security/**
area/get-started:
- changed-files:
- any-glob-to-any-file:
- content/get-started/**
- content/language/**
area/networking:
- changed-files:
- any-glob-to-any-file:
- content/network/**
- content/config/ipv6.md
area/hub:
- changed-files:
- any-glob-to-any-file:
- content/docker-hub/**
area/cli:
- changed-files:
- any-glob-to-any-file:
- content/engine/reference/commandline/**
- _vendor/github.com/docker/cli/**
area/api:
- changed-files:
- any-glob-to-any-file:
- content/engine/api/**
- content/docker-hub/api/**
- _vendor/github.com/moby/moby/docs/api/*
area/scout:
- changed-files:
- any-glob-to-any-file:
- content/scout/**
- _vendor/github.com/docker/scout-cli/**
area/billing:
- changed-files:
- any-glob-to-any-file:
- content/billing/**
area/subscription:
- changed-files:
- any-glob-to-any-file:
- content/subscription/**
area/admin:
- changed-files:
- any-glob-to-any-file:
- content/admin/**
area/configuration:
- changed-files:
- any-glob-to-any-file:
- content/config/**
area/extensions:
- changed-files:
- any-glob-to-any-file:
- content/desktop/extensions/**
- content/desktop/extensions-sdk/**
area/samples:
- changed-files:
- any-glob-to-any-file:
- content/samples/**
area/storage:
- changed-files:
- any-glob-to-any-file:
- content/storage/**
hugo:
- changed-files:
- any-glob-to-any-file:
- layouts/**
- hugo.yaml
- tailwind.config.js
- postcss.config.js
- assets/**
dependencies:
- changed-files:
- any-glob-to-any-file:
- go.mod
- go.sum
- package*.json
- _vendor/**