From da28131c7e504c8ba3a5b220f54b6317c301a7f4 Mon Sep 17 00:00:00 2001 From: Fred Date: Mon, 11 Sep 2023 23:39:27 -0400 Subject: [PATCH] Removed file The pr-to-project.yml is no longer required, with new Projects the same result can be achieved with workflows. --- .github/workflows/pr-to-project.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/pr-to-project.yml diff --git a/.github/workflows/pr-to-project.yml b/.github/workflows/pr-to-project.yml deleted file mode 100644 index af2d4e97..00000000 --- a/.github/workflows/pr-to-project.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Add PRs to project - -on: - pull_request: - types: - - opened - -jobs: - add-to-project: - name: Add issue to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.4.1 - with: - # You can target a repository in a different organization to the issue - project-url: https://github.com/orgs/MobilityData/projects/58 - github-token: ${{ secrets.GBFS_REPOS_CURRENT_STATUS }}