From a06426d4463b7ad3440299e0f6547353c43fc723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E8=AF=9A=20=28Cheng=20Zheng=29?= Date: Mon, 23 Mar 2026 13:43:02 +0800 Subject: [PATCH] docs: add file description comment to process_item.py --- .github/scripts/process_item.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/process_item.py b/.github/scripts/process_item.py index d987141..d47f052 100644 --- a/.github/scripts/process_item.py +++ b/.github/scripts/process_item.py @@ -1,3 +1,4 @@ +# 自动扫描 GitHub Issues 中被标记为 🚀 的项目提交,通过 AI 格式化后批量添加到 README 并创建 Pull Request。 import os import re import datetime