Stoccoin-Official / Stoccoin-Website

Welcome to Stoccoin's GitHub repository! Here, you'll find all the code and resources needed to build and deploy our user-friendly news, trading platform for stocks and cryptocurrencies.
https://stoccoin.vercel.app
GNU Affero General Public License v3.0
66 stars 144 forks source link

Auto assign feature added #376

Closed andoriyaprashant closed 1 year ago

andoriyaprashant commented 1 year ago

Description

The Auto Issue Assignment feature is designed to automate the assignment of issues in a GitHub repository based on specific criteria. By leveraging GitHub Actions, this feature enables the automatic assignment of issues to users who meet predefined conditions, streamlining the issue management process and ensuring prompt attention to problems or tasks.

Fixes #375

Screen Shots

Screenshot 2023-07-13 234416

GSSOC 2023

andoriyaprashant commented 1 year ago

Hello @royalpinto007 Please review my pull request #376 Thank you

royalpinto007 commented 1 year ago

Hi @andoriyaprashant,

I don't think this feature is actually required. First, a maintainer needs to check if the issue is necessary or not. Sometimes, spammy PRs or duplicate PRs are created, which can cause a lot of confusion. Auto-assigning would create even more spammy PRs. Hence, this will not be worked on.

Thanks for understanding!