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 e146022
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/tw-rules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
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
type: tests
- name: test_install_connectors
type: tests
- name: publish
type: tests
- name: e2e_tests_target_pg
type: tests
- name: e2e_tests_mariadb_to_sf
type: tests
- name: e2e_tests_pg_to_sf
type: tests
- name: e2e_tests_mg_to_sf
type: tests
- name: e2e_tests_s3_to_sf
type: tests
- name: e2e_tests_target_pg
type: tests

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

0 comments on commit e146022

Please sign in to comment.