Skip to content

Update limitations page to warn users that naming a gateway with the same name as a container causes an error #1073

Update limitations page to warn users that naming a gateway with the same name as a container causes an error

Update limitations page to warn users that naming a gateway with the same name as a container causes an error #1073

Workflow file for this run

name: PR Checks
on:
pull_request:
types: [opened, reopened, synchronize, labeled, unlabeled]
jobs:
check-do-not-merge-tag:
name: Check for do-not-merge tag
runs-on: ubuntu-latest
steps:
- name: Check for do-not-merge label
uses: mheap/github-action-required-labels@v5
with:
labels: "do-not-merge"
mode: exactly
count: 0