feat: add CRDs for new GatewayAPI filters #631
Merged
Mergify / Mergify Merge Protections
succeeded
Jan 13, 2025 in 3s
3 applicable rules, 3 validating requirements
Merge Protections
Your pull request matches the following merge protections and will not be merged until they are valid.
🟢 Enforce conventional commit
Wonderful, this rule succeeded.
Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
-
title ~= ^(\[wip\]|\[backport\]|\[cherry-pick\])?( )?(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:
🟢 Enforce verified commits
Wonderful, this rule succeeded.
Make sure that we have verified commits
-
#commits-unverified = 0
🟢 Enforce linear history
Wonderful, this rule succeeded.
Make sure that we have a linear history, no merge commits are allowed
-
linear-history
Loading