From a33c5f6228ca6cbbf90e917d210cfe821cbccf5c Mon Sep 17 00:00:00 2001 From: QuentinVaucherLeanIX Date: Wed, 21 Jun 2023 11:24:59 +0200 Subject: [PATCH] HEL-2795 add CODEOWNERS file --- .github/auto_assign.yml | 18 ------------------ .github/workflows/auto_assign.yml | 14 -------------- CODEOWNERS | 4 ++++ 3 files changed, 4 insertions(+), 32 deletions(-) delete mode 100644 .github/auto_assign.yml delete mode 100644 .github/workflows/auto_assign.yml create mode 100644 CODEOWNERS diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml deleted file mode 100644 index b63b991d..00000000 --- a/.github/auto_assign.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Set to true to add reviewers to pull requests -addReviewers: true - -# Set to true to add assignees to pull requests -addAssignees: false - -# A number of reviewers added to the pull request -# Set 0 to add all the reviewers (default: 0) -numberOfReviewers: 0 - -# A list of reviewers to be added to pull requests (GitHub user name) -reviewers: - - DennisBerthold-leanix - - timmeyerLeanIX - - daniellesarmiento - - AlperCezibarakLeanix - - rajeshmohanty-leanix - - SudharmaPuranikLeanIX diff --git a/.github/workflows/auto_assign.yml b/.github/workflows/auto_assign.yml deleted file mode 100644 index d8a3309c..00000000 --- a/.github/workflows/auto_assign.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: 'Auto Assign' - -on: - pull_request: - types: [opened, synchronize, reopened, ready_for_review] - -jobs: - add-reviews: - if: github.event.pull_request.draft == false - runs-on: ubuntu-latest - steps: - - uses: kentaro-m/auto-assign-action@v1.1.2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..60fa8552 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# they will be requested for review when someone opens a pull request. +* @leanix/team-helios