Skip to content

Remove "Add dependabot PRs to LE project" workflow#1393

Open
Copilot wants to merge 2 commits intomainfrom
copilot/remove-dependabot-task
Open

Remove "Add dependabot PRs to LE project" workflow#1393
Copilot wants to merge 2 commits intomainfrom
copilot/remove-dependabot-task

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

The dependabot-pull-requests.yml workflow was failing and rather than fixing we should remove — dependency upgrades should be handled reactively, with project board issues only raised for complex or risky changes.

Changes

  • Deletes .github/workflows/dependabot-pull-requests.yml, which auto-added dependencies-labelled PRs to the LE GitHub project board via PAT_ADD_TO_PROJECT

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

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>
Copilot AI changed the title [WIP] Remove 'Add dependabot PRs to LE project' task from editor UI Remove "Add dependabot PRs to LE project" workflow Mar 19, 2026
Copilot AI requested a review from zetter-rpf March 19, 2026 08:40
@zetter-rpf zetter-rpf marked this pull request as ready for review March 19, 2026 08:52
Copilot AI review requested due to automatic review settings March 19, 2026 08:52
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an unmaintained GitHub Actions workflow that attempted to auto-add Dependabot PRs (by dependencies label) to the LE GitHub Project, aligning dependency tracking with the new “reactive/manual for risky changes” approach described in the PR.

Changes:

  • Deletes .github/workflows/dependabot-pull-requests.yml (the “Add dependabot PRs to LE project” workflow).
  • Removes the workflow’s usage of actions/add-to-project and the PAT_ADD_TO_PROJECT secret from CI execution paths.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants