Skip to content

Commit 61ba0a7

Browse files
committed
Update README
1 parent 6cd7b3f commit 61ba0a7

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# PRDigest.NET
22

33
Displays AI-summarized information of Pull Requests merged in [dotnet/runtime](https://github.com/dotnet/runtime).
4-
Uses Claude Haiku 4.5 for AI summarization.
54
This is inspired by [YuheiNakasaka/rails-pr-digest](https://github.com/YuheiNakasaka/rails-pr-digest).
65

6+
## How it Works
7+
8+
The application runs automatically via GitHub Actions every day at midnight (UTC). It:
9+
1. Collects Pull Requests merged in the previous day from dotnet/runtime
10+
2. Summarizes each PR using Claude API.
11+
3. Generates markdown summaries and saves them to the archives directory
12+
4. Converts all markdown files to HTML pages
13+
5. Deploys the generated HTML to GitHub Pages
14+
15+
## AI Model
16+
17+
Claude Haiku 4.5
18+
719
## Development
820

921
### System environment

0 commit comments

Comments
 (0)