diff --git a/.github/workflows/dependabot-pull-requests.yml b/.github/workflows/dependabot-pull-requests.yml deleted file mode 100644 index 7ed9438ea..000000000 --- a/.github/workflows/dependabot-pull-requests.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Add dependabot PRs to LE project - -on: - pull_request: - types: - - labeled - -jobs: - add-to-project: - name: Add issue to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v1.0.2 - with: - project-url: https://github.com/orgs/RaspberryPiFoundation/projects/51 - github-token: ${{ secrets.PAT_ADD_TO_PROJECT }} - labeled: dependencies