Add workflow for automatic issue deduplication by cinnamon-msft · Pull Request #5738 · microsoft/winget-cli
Navigation Menu
{{ message }}
microsoft / winget-cli Public
- Notifications You must be signed in to change notification settings
- Fork 1.7k
Merged
denelon merged 2 commits intomicrosoft:masterfrom
Sep 24, 2025Merged
Add workflow for automatic issue deduplication#5738
denelon merged 2 commits intomicrosoft:masterfrom
Add workflow for automatic issue deduplication#5738
denelon merged 2 commits intomicrosoft:masterfrom
Conversation
Copy link
Contributor
- I have signed the Contributor License Agreement.
- I have updated the Release Notes.
- This pull request is related to an issue.
This adds a bot to automatically detect duplicate issues after an issue is opened or re-opened. It can only apply the "duplicate" label. It will not close the issue and it will leave a comment with the duplicate issue(s).
Microsoft Reviewers: Open in CodeFlow
This comment has been minimized.
This comment has been minimized.
denelon approved these changes Sep 24, 2025
Copy link
evenstensberg
commented
Sep 24, 2025
evenstensberg commented
Sep 24, 2025@cinnamon-msft is there any documentation on your grammar linting? Would like to explore the action and how it works.
Copy link
Collaborator
denelon
commented
Sep 24, 2025
denelon commented
Sep 24, 2025@evenstensberg. You should be able to find the action at GitHub.
https://github.com/pelikhan/action-genai-issue-dedup
Copy link
evenstensberg
commented
Sep 24, 2025
evenstensberg commented
Sep 24, 2025I guess this will be very costly for non-microsoft projects?
Copy link
Collaborator
denelon
commented
Sep 24, 2025
denelon commented
Sep 24, 2025It depends on the project. I didn't really look too deeply.
I'd start: https://docs.github.com/en/billing/concepts/product-billing/github-actions
Copy link
evenstensberg
commented
Sep 24, 2025
evenstensberg commented
Sep 24, 2025Any chance that microsoft would like to sponsor webpack with this?
Copy link
evenstensberg
commented
Sep 24, 2025
evenstensberg commented
Sep 24, 2025If so, we're only interested of having this in webpack core (https://github.com/webpack/webpack/issues)
Copy link
Collaborator
denelon
commented
Sep 24, 2025
denelon commented
Sep 24, 2025The action wasn't built by "Microsoft". There should be some capacity for an open-source project based on the link I shared, but I don't have any ability to sponsor anything.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment