feat: add missing Prow plugins for virt-platform-autopilot#79404
Conversation
Add lifecycle, override, and retitle plugins, and sort the list alphabetically. Also amends the trusted_apps addition from the previous commit (already staged). - lifecycle: enables /lifecycle stale|frozen|active on issues and PRs - override: lets approvers bypass a failed required status check - retitle: lets contributors rename a PR via /retitle Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe Prow bot plugin configuration for the openshift-virtualization/virt-platform-autopilot repository is updated to add three new plugins— ChangesPlugin Allowlist Configuration
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly Related PRs
Suggested Labels
Suggested Reviewers
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enp0s3, tiraboschi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@tiraboschi: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
…#79404) Add lifecycle, override, and retitle plugins, and sort the list alphabetically. Also amends the trusted_apps addition from the previous commit (already staged). - lifecycle: enables /lifecycle stale|frozen|active on issues and PRs - override: lets approvers bypass a failed required status check - retitle: lets contributors rename a PR via /retitle Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
Add lifecycle, override, and retitle plugins, and sort the list alphabetically. Also amends the trusted_apps addition from the previous commit (already staged).
Changes to virt-platform-autopilot Prow plugin configuration
This PR extends the Prow bot capabilities for the OpenShift Virtualization
virt-platform-autopilotrepository by enabling three additional plugins in its CI configuration:/lifecycle stale|frozen|activecommands/retitlecommandThe plugin list has been reorganized in alphabetical order for consistency and maintainability. These changes enhance the automation and workflow flexibility for the virt-platform-autopilot team's pull request and issue management.