Girishbari / comic-cult

Transform your stories into captivating comic art with dialogue effortlessly! this project harnesses the power of GeminiAI and stable diffusion for processing and generating stunning images and dialogues
16 stars 22 forks source link

🚀 [Feature Request] - Automated Greeting Workflow #13

Closed sanmarg closed 1 month ago

sanmarg commented 1 month ago

Is your feature request related to a problem ? Please describe. ✍️

I propose to create a GitHub workflow named "Greetings". This workflow will automatically greet users who create new issues or pull requests in this repository. The Greeting will look like "Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible."

Please assign this issue to me

Describe briefly how you would implement this enhancement.

I will write an Github Action's workflow that will automatically generate comments by github bot in the issue whenever an new issue is being created.

Additional context or screenshots

image

Are you contributing for a program?

GSSoC2024

Code of Conduct

Girishbari commented 1 month ago

sure go ahead

sanmarg commented 1 month ago

Task done.

Girishbari commented 1 month ago

hi @sanmarg, would also like you to add some greeting message when user creates any new issue

Girishbari commented 1 month ago

I have reverted the current pr so you can work on the same branch and issue, let me know if there is any prob

sanmarg commented 1 month ago

hi @sanmarg, would also like you to add some greeting message when user creates any new issue

I have done that only Sir. Could you please explain yourself?

Girishbari commented 1 month ago

actually I saw that file is for both pr and issue but some how things are greeting are not coming when users are creating issue image

sanmarg commented 1 month ago

It's for new users only. The workflow is working you can see it under the actions tab and greetings workflow. You'll see the output as below in the case you mentioned. image

And If any other user makes an issue the output will be like below and he/she will get the message. image

Girishbari commented 1 month ago

this looks good, please push your pr once again I will verify the same

sanmarg commented 1 month ago

Done.