Remove "Add dependabot PRs to LE project" workflow#1393
Open
Remove "Add dependabot PRs to LE project" workflow#1393
Conversation
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
zetter-rpf
approved these changes
Mar 19, 2026
Contributor
There was a problem hiding this comment.
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-projectand thePAT_ADD_TO_PROJECTsecret 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
dependabot-pull-requests.ymlworkflow 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
.github/workflows/dependabot-pull-requests.yml, which auto-addeddependencies-labelled PRs to the LE GitHub project board viaPAT_ADD_TO_PROJECT📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.