Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement reviewer assign workflow #94

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

harmeetsingh11
Copy link
Contributor

Related issue:

This PR closes issue #93

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.

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:

  • Implemented GitHub Actions workflow for automated reviewer assignment.
  • Tested the workflow to ensure proper triggering and reviewer assignment.

@sagnik3788 please review this PR and don't forget to add SWOC and difficulty level label after merging the PR.
Thanks

Added the GitHub Actions workflow that automates the process of assigning reviewers to pull requests upon their opening.
closes sagnik3788#93
Copy link

vercel bot commented Feb 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
flavor-fleet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 19, 2024 4:06pm

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, @harmeetsingh11! 🎉 Thank you for submitting your pull request for FlavorFleet project. Our dedicated team will review it diligently.Your contribution is valuable and we appreciate your efforts to improve our project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant