From 6daf282afababf5b3c5d185728aeee11138b7590 Mon Sep 17 00:00:00 2001 From: Krzysztof Klimczyk Date: Wed, 20 Mar 2024 13:47:40 +1100 Subject: [PATCH] S&P - Added CODEOWNERS --- .bitbucket/CODEOWNERS | 10 ++++++++++ .bitbucket/teams.yml | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 .bitbucket/CODEOWNERS create mode 100644 .bitbucket/teams.yml diff --git a/.bitbucket/CODEOWNERS b/.bitbucket/CODEOWNERS new file mode 100644 index 0000000..ca90532 --- /dev/null +++ b/.bitbucket/CODEOWNERS @@ -0,0 +1,10 @@ +# select your preferred strategy for reviewer assignment + +# Default: assign the whole team +* @teams/ourteam:all + +# Least busy: use this syntax for picking reviewers who are not occupied +# * @teams/ourteam:least_busy(2) + +# Random +# * @teams/ourteam:random(2) diff --git a/.bitbucket/teams.yml b/.bitbucket/teams.yml new file mode 100644 index 0000000..a52782e --- /dev/null +++ b/.bitbucket/teams.yml @@ -0,0 +1,5 @@ +ourteam: + contributors: + - jrincon@atlassian.com + - dnorton@atlassian.com + - xzhang@atlassian.com