From dcca96de9243ae39be29d31e63dd1452beb2c496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristo=20Kuusk=C3=BCll?= Date: Wed, 14 Feb 2024 13:28:43 +0200 Subject: [PATCH] Allowing more Wise teams to create PRs. --- .github/tw-rules.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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