Skip to content

Commit e7e14ab

Browse files
authored
Change label_as_duplicate to false in workflow (microsoft#5773)
<!-- To check a checkbox place an "x" between the brackets. e.g: [x] --> - [x] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [ ] I have updated the [Release Notes](../doc/ReleaseNotes.md). - [ ] This pull request is related to an issue. ----- ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5773)
1 parent 42e3325 commit e7e14ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automatic-issue-deduplication.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
uses: pelikhan/action-genai-issue-dedup@v0
1717
with:
1818
github_token: ${{ secrets.GITHUB_TOKEN }}
19-
label_as_duplicate: true
19+
label_as_duplicate: false

0 commit comments

Comments
 (0)