Skip to content

fix(providers): declare the two NatGateway / LogGroup wiring gaps as silent drops so they auto-route via Cloud Control #2176

fix(providers): declare the two NatGateway / LogGroup wiring gaps as silent drops so they auto-route via Cloud Control

fix(providers): declare the two NatGateway / LogGroup wiring gaps as silent drops so they auto-route via Cloud Control #2176

Workflow file for this run

name: PR Title Check
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: write
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check PR Title
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
requireScope: false