From f459caf02d010c237d61dff31b39050a82306886 Mon Sep 17 00:00:00 2001 From: Eduard van Valkenburg Date: Mon, 3 Feb 2025 11:14:17 +0100 Subject: [PATCH] Fix needs port if (#10371) ### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone :smile: --- .github/workflows/label-needs-port.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-needs-port.yml b/.github/workflows/label-needs-port.yml index b6990b392cd7..baec103be3d7 100644 --- a/.github/workflows/label-needs-port.yml +++ b/.github/workflows/label-needs-port.yml @@ -34,7 +34,7 @@ jobs: run: | new_issue_url=$(gh issue create \ --title "Port dotnet feature: ${{ github.event.issue.title || github.event.pull_request.title }}" \ - --label "Python" \ + --label "python" \ --body "# Original issue ${{ github.event.issue.html_url || github.event.pull_request.html_url }} ## Description