From 0ffbdb51f2fed71cd98b7e5e26e7d9e15d4a82ef Mon Sep 17 00:00:00 2001 From: Tamas Kornai Date: Tue, 29 Jul 2025 15:16:51 +0200 Subject: [PATCH] Trying to setup branch protection --- .github/tw-rules.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/tw-rules.yaml diff --git a/.github/tw-rules.yaml b/.github/tw-rules.yaml new file mode 100644 index 0000000000000..e97777ffbe3d5 --- /dev/null +++ b/.github/tw-rules.yaml @@ -0,0 +1,12 @@ +actions: + + branch-protection-settings: + branches: + - name: trunk + checks: + - name: Compile and Check (Merge Ref) + type: tests + - name: 4.0-connect_sni_host_check_disable + checks: + - name: Compile and Check (Merge Ref) + type: tests