From 3efff010d3e9e6937e3458bbe3e6aa3c8a413b42 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Mon, 14 Dec 2020 16:30:12 +0100 Subject: [PATCH 1/2] add auto assign script --- .github/workflows/auto_assign.yml | 8 ++++++++ 1 file changed, 8 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 0000000..d03ca06 --- /dev/null +++ b/.github/workflows/auto_assign.yml @@ -0,0 +1,8 @@ +name: 'Auto Assign' +on: pull_request + +jobs: + add-reviews: + runs-on: ubuntu-latest + steps: + - uses: kentaro-m/auto-assign-action@v1.1.2 From dd22a0a70cdc7f2f5602e07c0d655534648065d1 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Mon, 14 Dec 2020 16:36:38 +0100 Subject: [PATCH 2/2] lets ty this --- .github/auto_assign.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 6099a24..24d8ad9 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -1,8 +1,4 @@ -# Set to true to add assignees to pull requests addAssignees: true -# A list of reviewers to be added to pull requests (GitHub user name) assignees: - peterus - -numberOfAssignees: 0