From 1e652842ffe1dda15d2dc5ec5350f615fc59c379 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Thu, 4 May 2023 11:31:03 -0700 Subject: [PATCH] chore: remove workflows/auto-project.yml (#2477) This workflow was replaced by https://github.com/galargh/.github/blob/master/.github/workflows/add-issues-to-gui-project.yml --- .github/workflows/auto-project.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/auto-project.yml diff --git a/.github/workflows/auto-project.yml b/.github/workflows/auto-project.yml deleted file mode 100644 index 5b2148a81..000000000 --- a/.github/workflows/auto-project.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Auto Assign to IPFS-GUI Project - -on: - issues: - types: [opened] - pull_request: - types: [opened] - -jobs: - assign_one_project: - runs-on: ubuntu-latest - name: Assign to IPFS-GUI Project - steps: - - name: Assign NEW issues and NEW pull requests to the IPFS-GUI project - uses: actions/add-to-project@v0.1.0 - with: - project-url: 'https://github.com/orgs/ipfs/projects/17' - github-token: ${{ secrets.AUTO_PROJECT_PAT }}