Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/ai-pr-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/templates/hello.html

This file was deleted.