From 17f4d446e378dfc18e7a7f55ea08ce895882b957 Mon Sep 17 00:00:00 2001 From: Emotion Date: Mon, 25 Jul 2022 01:45:17 +1200 Subject: [PATCH] Delete add-to-project.yml --- .github/workflows/add-to-project.yml | 15 --------------- 1 file changed, 15 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 dd3708e..0000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Add to Project - -on: pull_request - -jobs: - add-to-project: - runs-on: ubuntu-latest - steps: - - name: Add To GitHub projects - uses: actions/add-to-project@v0.3.0 - with: - # URL of the project to add issues to - project-url: https://github.com/orgs/EllieBotDevs/projects/3 - # A GitHub personal access token with write access to the project - github-token: "${{ secrets.GITHUB_TOKEN }}"