mirror of
https://github.com/docker/compose.git
synced 2026-06-20 21:46:11 +00:00
testing effect of https://github.com/docker/compose-cli/pull/620 Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
11 lines
No EOL
204 B
YAML
11 lines
No EOL
204 B
YAML
name: 'PR labeler'
|
|
on:
|
|
- pull_request_target
|
|
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@v2.1.1
|
|
with:
|
|
repo-token: '${{ secrets.GITHUB_TOKEN }}' |