winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d281a50eaf322656388fb9c405cfbd6475532e69
parent db652953168fbb52f4e1e2b309cdab9bc363169c
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Thu, 25 Sep 2025 08:06:21 +0900

Merge branch 'microsoft:master' into master

Diffstat:
M.github/actions/spelling/allow.txt | 3+++
A.github/workflows/automatic-issue-deduplication.yml | 19+++++++++++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt @@ -63,6 +63,7 @@ datetime dbconn DBId debugbreak +dedup defaultlocale delstore Demitrius @@ -113,6 +114,7 @@ FLUSHEACHLINE fnt forcerestart gdi +genai HCCE hcertstore HCRYPTMSG @@ -228,6 +230,7 @@ Pathto PBYTE pch PCWSTR +pelikhan PEVENT pfns pfp diff --git a/.github/workflows/automatic-issue-deduplication.yml b/.github/workflows/automatic-issue-deduplication.yml @@ -0,0 +1,19 @@ +name: Automatic New Issue Deduplication +on: + issues: + types: [opened, reopened] +permissions: + models: read + issues: write +concurrency: + group: ${{ github.workflow }}-${{ github.event.issue.number }} + cancel-in-progress: true +jobs: + deduplicate: + runs-on: ubuntu-latest + steps: + - name: Run Deduplicate Action + uses: pelikhan/action-genai-issue-dedup@v0 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + label_as_duplicate: true