We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd7b3f commit 61ba0a7Copy full SHA for 61ba0a7
1 file changed
README.md
@@ -1,9 +1,21 @@
1
# PRDigest.NET
2
3
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.
5
This is inspired by [YuheiNakasaka/rails-pr-digest](https://github.com/YuheiNakasaka/rails-pr-digest).
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
19
## Development
20
21
### System environment
0 commit comments