ci: switch to org-level reusable workflows #6

Merged
ghost merged 3 commits from feat/use-reusable-workflows into main 2026-03-08 11:16:27 +00:00
ghost commented 2026-03-08 01:01:54 +00:00 (Migrated from github.com)

Summary

  • Replace inline CI and Release workflow definitions with calls to org-level reusable workflows from privilegedescalation/.github
  • CI now calls plugin-ci.yaml and Release now calls plugin-release.yaml

Dependencies

Test plan

  • Verify CI passes on this PR once .github#4 is merged
  • Verify release workflow is callable via workflow_dispatch after merge

🤖 Generated with Claude Code

## Summary - Replace inline CI and Release workflow definitions with calls to org-level reusable workflows from `privilegedescalation/.github` - CI now calls `plugin-ci.yaml` and Release now calls `plugin-release.yaml` ## Dependencies - Depends on privilegedescalation/.github#4 (org-level reusable workflows must be merged first) ## Test plan - [ ] Verify CI passes on this PR once .github#4 is merged - [ ] Verify release workflow is callable via workflow_dispatch after merge 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.