From 89955d3851f4fbe568981edd5c76d24d3afa94d6 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Sun, 12 Jan 2025 08:14:06 +0000 Subject: [PATCH] Commit from GitHub Actions --- articles/llm.html | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/llm.html b/articles/llm.html index 72720fe2b..ff3777409 100644 --- a/articles/llm.html +++ b/articles/llm.html @@ -333,6 +333,7 @@ This PR demonstrates a good understanding of NuttX requirements. Adding specifi

ยง5 Call the GitHub API

How do we fetch the Pull Request? And post the Review Comment?

We call GitHub API with Octocrab Crate. (Pic above)

+

(More about GitHub API for Pull Requests)

Here we fetch the 20 Newest Pull Requests that are Open: main.rs

// Fetch the 20 Newest Pull Requests that are Open