Skip to content

chore: remove deprecated workflow files from v1.x#1115

Merged
jdalton merged 1 commit intov1.xfrom
chore/remove-deprecated-workflows-v1x
Mar 11, 2026
Merged

chore: remove deprecated workflow files from v1.x#1115
jdalton merged 1 commit intov1.xfrom
chore/remove-deprecated-workflows-v1x

Conversation

@jdalton
Copy link
Contributor

@jdalton jdalton commented Mar 11, 2026

Summary

  • Remove deprecated workflow files that are showing as "Disabled" in GitHub Actions UI
  • These workflows were already removed from the main branch

Changes

  • Remove .github/dependabot.yml (deprecated)
  • Remove .github/workflows/test.yml (consolidated into CI workflow)
  • Remove .github/workflows/lint.yml (consolidated into CI workflow)
  • Remove .github/workflows/types.yml (consolidated into CI workflow)

Why

GitHub Actions UI displays workflows from all branches, not just the default branch. These disabled workflows are appearing in the UI because they still exist in the v1.x branch, even though they were removed from main.

Removing them from v1.x will clean up the Actions UI and remove the "Disabled" workflow entries.

Test Plan

  • Files removed successfully
  • No breaking changes (workflows already deprecated/unused)
  • Verify disabled workflows disappear from GitHub Actions UI after merge

Note

Low Risk
Low risk: this only deletes deprecated GitHub configuration files and does not affect application/runtime code. The main impact is reduced automated checks/dependabot updates on this branch, but these workflows were already disabled/unused.

Overview
Removes deprecated GitHub automation configs from the v1.x branch by deleting .github/dependabot.yml and the standalone lint.yml, test.yml, and types.yml workflow files.

This cleans up the GitHub Actions UI (removing disabled workflow entries) and leaves the branch without those legacy scheduled updates/check workflows.

Written by Cursor Bugbot for commit 72da152. This will update automatically on new commits. Configure here.

- Remove dependabot.yml (deprecated)
- Remove test.yml workflow (consolidated into CI)
- Remove lint.yml workflow (consolidated into CI)
- Remove types.yml workflow (consolidated into CI)

These workflows were already removed from main branch and are showing
as disabled in GitHub Actions UI. Removing from v1.x branch to clean
up the Actions workflow list.
@jdalton jdalton merged commit d0e8111 into v1.x Mar 11, 2026
8 checks passed
@jdalton jdalton deleted the chore/remove-deprecated-workflows-v1x branch March 11, 2026 15:08
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.

2 participants