mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
ci: auto-label pull requests
Use the official labeler action to automatically assign labels to PRs based on the edited files. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
39
.github/labeler.yml
vendored
Normal file
39
.github/labeler.yml
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
area/release:
|
||||
- .github/**
|
||||
- _releaser/**
|
||||
|
||||
area/build:
|
||||
- content/build/*
|
||||
- _vendor/github.com/moby/buildkit/**
|
||||
- _vendor/github.com/docker/buildx/**
|
||||
|
||||
area/compose:
|
||||
- content/compose/**
|
||||
- _vendor/github.com/docker/compose/**
|
||||
- _vendor/github.com/docker/compose-spec/**
|
||||
|
||||
area/desktop:
|
||||
- content/desktop/**
|
||||
|
||||
area/engine:
|
||||
- content/engine/**
|
||||
- content/config/**
|
||||
|
||||
area/security:
|
||||
- content/security/**
|
||||
|
||||
area/get-started:
|
||||
- content/get-started/**
|
||||
|
||||
area/networking:
|
||||
- content/network/**
|
||||
|
||||
area/hub:
|
||||
- content/docker-hub/**
|
||||
|
||||
area/cli:
|
||||
- content/engine/reference/commandline/**
|
||||
- _vendor/github.com/docker/cli/**
|
||||
|
||||
area/api:
|
||||
- content/engine/api/**
|
||||
Reference in New Issue
Block a user