From 1fe2745594bd1baed0dd38a7faef91c7b3819df0 Mon Sep 17 00:00:00 2001 From: Cedoor Date: Mon, 13 Mar 2023 16:57:52 +0000 Subject: [PATCH] chore: add github workflow to auto assign PRs Former-commit-id: 0c6df193e4c7a8967fb9e1b4e3e144ac2fcf2739 --- .github/workflows/auto-assign.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/auto-assign.yml diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml new file mode 100644 index 00000000..6df0eed2 --- /dev/null +++ b/.github/workflows/auto-assign.yml @@ -0,0 +1,14 @@ +name: Auto Assign + +on: + pull_request: + types: [opened] + +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: wow-actions/auto-assign@v3 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + reviewers: cedoor, vplasencia