diff --git a/.github/workflows/project.yaml b/.github/workflows/project.yaml deleted file mode 100644 index ec07bc0b5d..0000000000 --- a/.github/workflows/project.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: project - -on: - issues: - types: - - opened - pull_request: - types: - - opened - -jobs: - add-to-project: - name: Add to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.4.1 - with: - project-url: https://github.com/orgs/spotify/projects/13 - github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}