From 052d1c5b077a948c4e1a11d77d9dcf6cebf5cd67 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 17 May 2021 16:58:45 -0400 Subject: Add configuration files for auto assign --- .github/workflows/auto-assign.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/auto-assign.yml (limited to '.github/workflows') diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml new file mode 100644 index 00000000..c7fbf844 --- /dev/null +++ b/.github/workflows/auto-assign.yml @@ -0,0 +1,14 @@ +# https://github.com/marketplace/actions/auto-assign-action + +name: 'Auto Assign' +on: + pull_request: + types: [opened, ready_for_review] + +jobs: + add-reviews: + runs-on: ubuntu-latest + steps: + - uses: kentaro-m/auto-assign-action@v1.1.2 + with: + configuration-path: ".github/auto_assign.yml" \ No newline at end of file -- cgit v1.2.3-70-g09d2