devfolioco / devfolio-gatsby-starter

Kickstart landing page development with GatsbyJS
MIT License
22 stars 94 forks source link

Featurepatch #113

Open roshankcjha opened 3 years ago

roshankcjha commented 3 years ago

Added a Github action for labelling issues as well as greetings.

Features of this PR:

Labels will be generated based on the content which is written in the issue description. like if its enhancement type, then labeller will add enhancement label, similarly for bug and other.

We can mention the keywords for a particular label in the issue_labeller.yml file inside the .github folder.

The greeting action will add a comment on the issue and PR for the first time contributors. The message present in the greeting action (like congrats 🎉 on creating your first PR, etc) can cheer someone that his/her contribution is being acknowledged and encourage them to contribute more.

@prateek3255 @apollonian and other maintainers of the repository do provide reviews/suggestions to this pull request as per your convenience and merge it into the repository.

roshankcjha commented 3 years ago

Are the suggested changes done in this PR working or should I try something else @prateek3255 @apollonian and other maintainers of this repository?