Implement a GitHub workflow that automatically detects and closes duplicate or similar issue requests. The workflow should:
Utilize a bot or script to compare new issues against existing ones.
Automatically flag or close issues with matching titles, descriptions, or keywords.
Provide a comment linking the user to the original issue for reference.
Ensure the workflow runs on issue creation to streamline project management.
Implement a GitHub workflow that automatically detects and closes duplicate or similar issue requests. The workflow should:
Utilize a bot or script to compare new issues against existing ones. Automatically flag or close issues with matching titles, descriptions, or keywords. Provide a comment linking the user to the original issue for reference. Ensure the workflow runs on issue creation to streamline project management.
Hey @SaranshBangar please assign this task to me.