Skip to content

chore(ci): remove validate-plugin workflow#192

Merged
jrob5756 merged 1 commit into
mainfrom
chore/remove-validate-plugin-workflow
May 14, 2026
Merged

chore(ci): remove validate-plugin workflow#192
jrob5756 merged 1 commit into
mainfrom
chore/remove-validate-plugin-workflow

Conversation

@jrob5756
Copy link
Copy Markdown
Collaborator

Summary

Removes .github/workflows/validate-plugin.yml.

Why

The workflow gated PRs on plugins/conductor/.claude-plugin/plugin.json and pyproject.toml having the same version field. The release process (see #191) only bumps pyproject.toml, so every release PR — and every push to main from a release merge — fails this check.

Recent failures:

Rather than wire a second version bump into the release flow, drop the workflow. The other JSON validity / SKILL.md path checks in this workflow are low-value (the files are stable and human-edited rarely).

The validate-plugin workflow gated PRs on plugin.json/pyproject.toml
version parity, but the release process only bumps pyproject.toml,
which means every release PR fails this check. Rather than wire the
plugin.json bump into the release flow, drop the workflow.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jrob5756 jrob5756 merged commit 40d8eaf into main May 14, 2026
3 checks passed
@jrob5756 jrob5756 deleted the chore/remove-validate-plugin-workflow branch May 14, 2026 19:50
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.

1 participant