From 65a94388afa8093bc0cd3b6dfc8a15d810d5f9ea Mon Sep 17 00:00:00 2001 From: Dustin Kovac Date: Fri, 11 Feb 2022 16:18:14 -0700 Subject: [PATCH] - trying again --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e2a6ea0..59a01f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,3 +47,15 @@ jobs: run: | echo Add other actions to build, echo test, and deploy your project. + + check: + name: Checking Required Reviewers + runs-on: ubuntu-latest + if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && github.ref == 'refs/heads/main' && ${{ success() }} + steps: + - uses: CHECK REVIEWS + with: + requirements: | + - paths: unmatched + teams: + - @trevoryager-callaway