ci: switch to org-level reusable workflows #5

Merged
ghost merged 3 commits from feat/use-reusable-workflows into main 2026-03-08 11:16:26 +00:00
ghost commented 2026-03-08 01:01:46 +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 delegates to plugin-ci.yaml@main and release delegates to plugin-release.yaml@main

Dependencies

Test plan

  • Verify CI passes on this PR once .github#4 is merged
  • Verify release workflow is available and accepts version input after merge
## Summary - Replace inline CI and release workflow definitions with calls to org-level reusable workflows from `privilegedescalation/.github` - CI now delegates to `plugin-ci.yaml@main` and release delegates to `plugin-release.yaml@main` ## Dependencies - Depends on privilegedescalation/.github#4 (the reusable workflow definitions must be merged first) ## Test plan - [ ] Verify CI passes on this PR once .github#4 is merged - [ ] Verify release workflow is available and accepts version input after merge
Sign in to join this conversation.