diff --git a/.github/tw-rules.yaml b/.github/tw-rules.yaml index 295545d..1e9d20a 100644 --- a/.github/tw-rules.yaml +++ b/.github/tw-rules.yaml @@ -1 +1,13 @@ runChecks: true + +actions: + branch-protection-settings: + branches: + - name: master + checks: + - name: Build and Test + type: tests + sync-codeowners: + extraWriters: + - product-engineering + - platform \ No newline at end of file