Skip to content

test(integ): make the wafv2 fixture re-runnable by dropping its retained CloudWatch role #2127

test(integ): make the wafv2 fixture re-runnable by dropping its retained CloudWatch role

test(integ): make the wafv2 fixture re-runnable by dropping its retained CloudWatch role #2127

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