From ee8f7d9d7c159f2479f553663f87931e90032899 Mon Sep 17 00:00:00 2001 From: Pascal Date: Sat, 21 Oct 2023 15:36:39 +0200 Subject: [PATCH] Delete .github/workflows/auto-assign.yml --- .github/workflows/auto-assign.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/auto-assign.yml diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml deleted file mode 100644 index b16978e..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: wow-actions/auto-assign@v1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CONFIG_FILE: .github/auto-assign.yml