ci: switch to org-level reusable workflows #18
Reference in New Issue
Block a user
Delete Branch "feat/use-reusable-workflows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Replace inline CI and release workflow definitions with calls to org-level reusable workflows from
privilegedescalation/.github:plugin-ci.yamlreusable workflow instead of defining build/lint/test steps inlineplugin-release.yamlreusable workflow instead of defining the full release pipeline inlineThis reduces per-repo workflow maintenance and ensures all plugins use a consistent CI/release process.
Dependency