Skip to content

When gateway is zone originated, we should by default filter dataplanes by zone of the gateway #2585

When gateway is zone originated, we should by default filter dataplanes by zone of the gateway

When gateway is zone originated, we should by default filter dataplanes by zone of the gateway #2585

Workflow file for this run

name: project-lifecycle
on:
schedule:
- cron: 0 8 * * *
workflow_dispatch:
issues:
types:
- reopened
- opened
- labeled
permissions:
contents: read # for checking out the repository (e.g. actions/checkout)
jobs:
lifecycle:
uses: kumahq/.github/.github/workflows/wfc_lifecycle.yml@main
permissions:
issues: write # for editing issues (e.g. adding labels)
with:
filesToIgnore: CODEOWNERS
secrets:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}