mirror of
https://github.com/docker/compose.git
synced 2025-07-21 04:34:38 +02:00
Auto-label PRs
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
55d54cb21c
commit
aa5244c4e1
24
.github/labeler.yml
vendored
Normal file
24
.github/labeler.yml
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
aci:
|
||||||
|
- aci/**/*
|
||||||
|
|
||||||
|
ecs:
|
||||||
|
- ecs/**/*
|
||||||
|
|
||||||
|
cli:
|
||||||
|
- cli/**/*
|
||||||
|
|
||||||
|
api:
|
||||||
|
- containers/**/*
|
||||||
|
- compose/**/*
|
||||||
|
- secrets/**/*
|
||||||
|
- server/**/*
|
||||||
|
- protos/**/*
|
||||||
|
|
||||||
|
ci:
|
||||||
|
- .github/**/*
|
||||||
|
|
||||||
|
documentation:
|
||||||
|
- docs/**/*
|
||||||
|
|
||||||
|
metrics:
|
||||||
|
- metrics/**/*
|
10
.github/workflows/labeler.yml
vendored
Normal file
10
.github/workflows/labeler.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
name: "Pull Request Labeler"
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
triage:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/labeler@v2
|
||||||
|
with:
|
||||||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
x
Reference in New Issue
Block a user