From 9471fe0893ac468921d08f2800ef83bee5d62d76 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 11:29:47 +0000 Subject: [PATCH 1/2] Initial plan From df93feaa7beb67ad685667deeb0b7688e0b7ae27 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 11:31:31 +0000 Subject: [PATCH 2/2] Implement copilot reviewer suggestions: tests in publish workflow, fix URL casing, remove invalid type fields Co-authored-by: TheItsNameless <87611605+TheItsNameless@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.yml | 1 - .github/ISSUE_TEMPLATE/security_vulnerability.yml | 1 - .github/workflows/publish.yml | 5 ++++- AGENTS.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d19fe0d..d57e039 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,7 +3,6 @@ description: Create a report to help us improve title: "[BUG] " labels: ["bug"] projects: ["TheItsProjects/6"] -type: Bug body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 24dc9cd..706e147 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,7 +3,6 @@ description: Suggest an idea for this project title: "[FEATURE] " labels: ["enhancement"] projects: ["TheItsProjects/6"] -type: Feature body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/security_vulnerability.yml b/.github/ISSUE_TEMPLATE/security_vulnerability.yml index 9dbdbe3..d212c7a 100644 --- a/.github/ISSUE_TEMPLATE/security_vulnerability.yml +++ b/.github/ISSUE_TEMPLATE/security_vulnerability.yml @@ -2,7 +2,6 @@ name: 🚩 Security Vulnerability description: Show us a security vulnerability you have found title: "[SECURITY] " labels: ["security"] -type: Security body: - type: textarea id: concern diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ab19f1e..27dc463 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,6 +24,9 @@ jobs: - name: Restore dependencies run: dotnet restore + - name: Test + run: dotnet test --configuration Release + - name: Build and Pack run: | VERSION="${GITHUB_REF_NAME#v}" @@ -34,4 +37,4 @@ jobs: run: dotnet nuget push ./nupkg/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate - name: Push to GitHub Packages - run: dotnet nuget push ./nupkg/*.nupkg --source https://nuget.pkg.github.com/TheItsProjects/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate + run: dotnet nuget push ./nupkg/*.nupkg --source https://nuget.pkg.github.com/theitsprojects/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate diff --git a/AGENTS.md b/AGENTS.md index 6d21e0f..3881bec 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -62,4 +62,4 @@ The project follows a clean architecture pattern with a clear separation between - **Repository Name:** HPort - **Owner:** TheItsProjects -- **GitHub URL:** [TheItsProjects/HPort](https://github.com/TheItsProjects/HPort) +- **GitHub URL:** [theitsprojects/hport](https://github.com/theitsprojects/hport)