From 053af83169d9df61fce851ddab2126db73f278d6 Mon Sep 17 00:00:00 2001 From: FliesWithWind <7544133+FliesWithWind@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:26:59 +0100 Subject: [PATCH] Delete add-to-project.yml --- .github/workflows/add-to-project.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/add-to-project.yml diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml deleted file mode 100644 index 56a42c729..000000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Add to project -on: - issues: - types: - - opened - - labeled - -jobs: - add-to-project: - name: Add game server requests to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.4.0 - with: - project-url: https://github.com/orgs/GameServerManagers/projects/11 - github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: "type: game server request"