Loading Netlify dashboard…

Skip to main content

Deploy details

Published deploy for vintagevibe

feat: implement reviewer assignment workflow (#897) <!-- ISSUE & PR TITLE SHOULD BE SAME--> ## Description This pull request addresses the need for a GitHub Actions workflow that automates the process of assigning reviewers to pull requests upon their opening. By implementing this feature, we aim to streamline our code review processes and ensure timely feedback from team members. ## Related Issues <!--Cite any related issue(s) this pull request addresses. If none, simply state “None”--> - Closes #890 ### Files added - `.github/workflows/action.yml` - `.github/auto_assign.yml` ### Proposed Changes: 1. **Workflow Development:** Introduce a GitHub Actions workflow script that triggers upon the opening of a pull request. 2. **Reviewer Assignment Logic:** Implement logic to automatically assign reviewers based on predefined rules or configurations defined in the workflow config. ### Expected Behavior: - The workflow triggers automatically when a pull request is opened. - Reviewers are assigned to the pull request based on the defined rules or configurations. - Reviewer assignments are customizable and adaptable to project-specific requirements. ### Benefits: - Streamlines the code review process by automating reviewer assignments. - Ensures timely feedback and reduces bottlenecks in the development workflow. - Improves collaboration and accountability among team members. ## Checklist <!-- [X] - put a cross/X inside [] to check the box --> - [X] I have gone through the [contributing guide](https://github.com/Anjaliavv51/Retro) - [X] I have updated my branch and synced it with project `main` branch before making this PR - [X] I have performed a self-review of my code - [X] I have tested the changes thoroughly before submitting this pull request. - [X] Implemented GitHub Actions workflow for automated reviewer assignment. - [X] Tested the workflow to ensure proper triggering and reviewer assignment.

Production: main@f5af805

Deploy log

Loading