Skip to content

Listener is not created when there are multiple multiple listeners having same protocols and ports but different hostname #1546

Listener is not created when there are multiple multiple listeners having same protocols and ports but different hostname

Listener is not created when there are multiple multiple listeners having same protocols and ports but different hostname #1546

Workflow file for this run

name: Return Action on PR Comment
on:
issue_comment:
types: [created]
permissions:
contents: read
jobs:
retest:
if: |
${{
github.event.issue.pull_request
&& github.repository == 'envoyproxy/gateway'
&& github.actor != 'repokitteh-read-only[bot]'
&& github.actor != 'dependabot[bot]'
}}
name: Retest
runs-on: ubuntu-22.04
permissions:
pull-requests: write
actions: write
steps:
- uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.18
with:
token: ${{ secrets.GITHUB_TOKEN }}