ChandelAnish / myntra-clone

The Myntra Clone project replicates the fashion e-commerce platform Myntra, featuring user authentication, product listings, detailed product pages, and a cart/checkout system. It provides a responsive design and seamless shopping experience using technologies like React, Node.js, and MongoDB.
https://trand-tide.netlify.app/
13 stars 39 forks source link

Auto commenting On New Issue Creation #54

Open sejals23 opened 1 month ago

sejals23 commented 1 month ago

It automatically adds comments to the description of a newly created issue, providing helpful information, context, or reminders. This ensures that all issues include essential details or instructions, improving the quality of reports.

It ensures that comments on issues follow a consistent format or structure. This helps teams maintain a standardized approach to handling issues, reducing confusion and misunderstandings.

Saves Time: Users don’t need to manually add repetitive information or instructions. The automatic comment can include standard guidelines, troubleshooting steps, or links to documentation.

ChandelAnish commented 1 month ago

describe implementation

sejals23 commented 1 month ago

1.I will create a .github/workflows directory in your repository.

  1. and then I will add a YAML file (e.g., auto-comment.yml) to this directory.
  2. Define the action to trigger when an issue is opened using the on: issues event.
  3. and also I will add a job that uses the actions/github-script or similar action to automatically post a comment.