From d6f06f735b5cc507eaa8bb27c29c3be955915d64 Mon Sep 17 00:00:00 2001 From: Claus Holbech Date: Fri, 28 Jan 2022 20:50:32 +0100 Subject: [PATCH 1/2] Add CODEOWNERS file --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..531533bc14e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +--- +# Add all members of the group ansible-avd-developers as reviewers on all PRs +* @aristanetworks/ansible-avd-developers From be937bf9c1ebd08f8e4b8315295a4fbac9ecb43a Mon Sep 17 00:00:00 2001 From: Claus Holbech Date: Mon, 31 Jan 2022 07:35:02 +0100 Subject: [PATCH 2/2] Remove reviewers from workflow --- .github/workflows/pull-request-triage.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/pull-request-triage.yml b/.github/workflows/pull-request-triage.yml index 059dabb8d21..d1d4bdde5a3 100644 --- a/.github/workflows/pull-request-triage.yml +++ b/.github/workflows/pull-request-triage.yml @@ -31,16 +31,7 @@ jobs: - uses: toshimaru/auto-author-assign@v1.2.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - pr_reviewvers: - name: "Assign PR reviewer" - # https://github.com/shufo/auto-assign-reviewer-by-files - runs-on: ubuntu-latest - steps: - - name: Request review based on files changes and/or groups the author belongs to - uses: shufo/auto-assign-reviewer-by-files@v1.1.1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - config: .github/reviewers.yml + ################################################### # Check Conventional Commit Syntax ###################################################