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: add reviewer assign workflow #50

Conversation

harmeetsingh11
Copy link
Contributor

🛠️ Related Issue

Closes #47

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.

Changes made

Files added

  • .github/workflows/action.yml
  • .github/auto_assign.yml

To run this workflow you need to enable the following permissions :

  1. Go to your project repository settings
  2. On left pane > Actions > General

image

  1. Scroll down and Go to Workflow permissions > select "Read and write permissions"

image

  1. Click save and its done.

Checklist

  • Code follows the project's style guidelines.
  • The pull request is linked to the corresponding issue, if applicable.
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • The title of my pull request is a short description of the requested changes.

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

Added a GitHub Actions workflow that automates the process of assigning reviewers to pull requests upon their opening.
closes ChromeGaming#47
Copy link
Member

@Durgesh4993 Durgesh4993 left a comment

Choose a reason for hiding this comment

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

Approved

@Durgesh4993 Durgesh4993 merged commit fdb0538 into ChromeGaming:main Feb 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Implement automated reviewer assignment workflow for Pull Requests
2 participants