Souvikparua / COMPLETE-Fullstack-ecommerce-Responsive-MERN-App

A COMPLETE Fullstack ecommerce Responsive MERN App using React, Redux, Nodejs, and MongoDB. A working ecommerce site from scratch, using React, Redux, Nodejs, and MongoDB.
GNU General Public License v3.0
14 stars 17 forks source link

Feat: Implement automated reviewer assignment workflow for Pull Requests #27

Open harmeetsingh11 opened 9 months ago

harmeetsingh11 commented 9 months ago

Describe the feature

This issue addresses the need for a GitHub Actions workflow that automatically assigns reviewers to pull requests upon their opening. Automating the reviewer assignment process will streamline code review processes and ensure timely feedback from team members.

Proposed Feature:

The proposed feature involves the creation of a GitHub Actions workflow that triggers upon the opening of a pull request. This workflow will automatically assign designated reviewers based on predefined list of reviewers in the workflow config.

Expected Behavior:

Benefits:

Record