Clueless-Community / Spectrum-UI

Spectrum UI is a user-friendly Flutter UI library that offers a variety of beautifully designed widgets and components that are easy to use and can be integrated into your Flutter projects seamlessly.
MIT License
71 stars 99 forks source link

Create auto-comments.yml #248

Closed Nishitbaria closed 1 year ago

Nishitbaria commented 1 year ago

I am solving THis Isuue :https://github.com/Clueless-Community/Spectrum-UI/issues/230 I have created a Workflow that automatically commits when an issue is opened, a pull request is created, an issue is closed, or an issue is assigned or unassigned.

too run this workflow you need to enable the following permission

image

Nishitbaria commented 1 year ago

Feature Details:

When an issue is opened, the auto-comment should greet the author and provide a brief acknowledgement and request for additional context. When a pull request is opened, the auto-comment should greet the author, express gratitude, and remind them to follow the project's contributing guidelines. When an issue is closed, the auto-comment should thank the author for their contribution and encourage further engagement. When an issue is assigned to someone, the auto-comment should notify the assignee and encourage them to start working on it. When an issue is unassigned from someone, the auto-comment should notify the assignee about the change and suggest reassignment if they are offline. Benefits:

Improved communication and engagement with contributors. Provides clear instructions and acknowledgements for various events. Enhances collaboration by setting expectations and providing reminders. Reduces manual effort by automating comment generation.