Skip to content

Commit

Permalink
Add TW Rules definition
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie committed Aug 27, 2024
1 parent af61201 commit 2036459
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/tw-rules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
runChecks: true

actions:
repo-settings:
deleteBranchOnMerge: true
branch-protection-settings:
branches:
- name: master
dismissStaleReviews: true
numRequiredReviews: 1
requireLinearHistory: true
requireConversationResolution: true
requireBranchUpToDate: true
restrictMerge:
teams:
- name: analytics-platform
- name: machine-users
checks:
- name: lint_and_test
appId: github-actions
type: tests
- name: test_install_connectors
appId: github-actions
type: tests
- name: publish
appId: github-actions
type: tests
- name: e2e_tests_target_pg
appId: github-actions
type: tests
- name: e2e_tests_mariadb_to_sf
appId: github-actions
type: tests
- name: e2e_tests_pg_to_sf
appId: github-actions
type: tests
- name: e2e_tests_mg_to_sf
appId: github-actions
type: tests
- name: e2e_tests_s3_to_sf
appId: github-actions
type: tests
- name: e2e_tests_target_pg
appId: github-actions
type: tests

sync-codeowners:
extraWriters:
- full-time-technical-staff
- machine-users

0 comments on commit 2036459

Please sign in to comment.