diff --git a/.github/workflows/ai-pr-summary.yml b/.github/workflows/ai-pr-summary.yml index 3172969..2ebbdc7 100644 --- a/.github/workflows/ai-pr-summary.yml +++ b/.github/workflows/ai-pr-summary.yml @@ -25,7 +25,6 @@ jobs: git diff $BASE $HEAD > pr.diff echo "path=pr.diff" >> $GITHUB_OUTPUT - - name: Set up Python uses: actions/setup-python@v5 with: @@ -114,11 +113,9 @@ jobs: pathlib.Path("summary.txt").write_text(text, encoding="utf-8") PY - - name: Comment on PR uses: marocchino/sticky-pull-request-comment@v2 with: header: ai-pr-summary recreate: true - path: summary.txt - + path: summary.txt \ No newline at end of file diff --git a/src/main/java/com/encorazone/inventory_manager/service/InventorySummary.java b/src/main/java/com/encorazone/inventory_manager/service/InventorySummary.java deleted file mode 100644 index b6e4465..0000000 --- a/src/main/java/com/encorazone/inventory_manager/service/InventorySummary.java +++ /dev/null @@ -1,4 +0,0 @@ -package com.encorazone.inventory_manager.service; - -public class InventorySummary { -} diff --git a/src/main/resources/templates/hello.html b/src/main/resources/templates/hello.html deleted file mode 100644 index 9615ada..0000000 --- a/src/main/resources/templates/hello.html +++ /dev/null @@ -1 +0,0 @@ -"Hello from Thymeleaf" \ No newline at end of file