PReQual is an end-to-end pull request quality management system that uses Pulumi's GitHub provider and Automation API.It automatically configures repositories with branch protection rules and provides a contributor recognition dashboard.PReQual combines infrastructure-as-code with workflow analytics to track PR activities and team collaboration patterns.The system is hosted on an Azure VM provisioned through Pulumi, creating a seamless pipeline from GitHub events to analytics.Phases of the project included infrastructure setup, webhook processing, data management, and frontend development.PReQual aims to reward contributors, balance review workloads, and maintain consistent quality standards in repositories.It uses Pulumi's GitHub provider to create standardized repositories and manage webhook configurations.Pulumi's Automation API is integrated into the application for deploying infrastructure and managing GitHub settings.The approach benefits users by enabling easy creation of GitHub resources and ensuring consistent quality standards.Pulumi Copilot was used to explore PReQual, helping the developer in identifying and resolving issues during the development process.