From 08591a30d160044bc9550f1469bf63a25117c42d Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Mon, 14 Dec 2020 17:26:57 +0100 Subject: [PATCH] cleanup --- .github/auto-assign.yml | 11 ----------- .github/workflows/auto_assign.yml | 14 -------------- 2 files changed, 25 deletions(-) delete mode 100644 .github/auto-assign.yml delete mode 100644 .github/workflows/auto_assign.yml diff --git a/.github/auto-assign.yml b/.github/auto-assign.yml deleted file mode 100644 index 48e9541..0000000 --- a/.github/auto-assign.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Set to true to add assignees to PRs -addAssignees: true - -# A list of assignees, overrides reviewers if set -assignees: - - peterus - -# A number of assignees to add to the PRs -# Set to 0 to add all of the assignees. -# Uses numberOfReviewers if unset. -numberOfAssignees: 0 diff --git a/.github/workflows/auto_assign.yml b/.github/workflows/auto_assign.yml deleted file mode 100644 index 79c4105..0000000 --- a/.github/workflows/auto_assign.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Auto Assign -on: - issues: - types: [opened] - pull_request: - types: [opened] -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: bubkoo/auto-assign@v1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CONFIG_FILE: .github/auto-assign.yml