TL;DR: Plugin maintainer need to adjust merge requirements.
A large change in the plugin template has been merged: https://github.com/pulp/plugin_template/pull/793
This change consists of two interesting changes:
- It uses composable/reusable workflows to better structure how the ci runs.
- It adds a build step that builds a wheel from the plugin code that is used for testing it. Previously we installed plugins directly from source. This is the first step in an effort to test closer to what we ship and to make the build process shared between PR, nigthly and release workflows.
The biggest visible change is that the workflow names changed a bit, and that means the new names must be adjusted in the branch protection rules (settings->branches->main->edit->Require status checks to pass before merging).