From c2e8e1f1ff369916f05ccfbd8765897e83263cee Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:37:29 +0000 Subject: [PATCH 1/2] Initial plan From ae064ecf4296da79928c7f3a230f04fbce7423a0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:38:22 +0000 Subject: [PATCH 2/2] Remove 'Add dependabot PRs to LE project' workflow This task was failing and rather than fixing it, we should remove it. We should respond to dependency upgrades as they are needed and only make issues for them if they are complex or risky, rather than automatically adding all dependabot PRs to the LE project board. Co-authored-by: zetter-rpf <253059100+zetter-rpf@users.noreply.github.com> --- .github/workflows/dependabot-pull-requests.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/dependabot-pull-requests.yml 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