Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Create CODEOWNERS and tw-rules to eventually archive repo #21

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @transferwise/analytics-platform
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
Loading