Skip to content

Add a Docker Compose example with Haproxy and an echo server #15

Add a Docker Compose example with Haproxy and an echo server

Add a Docker Compose example with Haproxy and an echo server #15

Workflow file for this run

name: Pull Request Labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "breaking, feature, fix, refactor, dependencies"
add_comment: true