This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch polish-template in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 99638eddae89a7ce55f4f1babf7139a206906f57 Author: Xuanwo <[email protected]> AuthorDate: Wed Mar 19 23:16:28 2025 +0800 chore(github): Avoid ping all contributors Signed-off-by: Xuanwo <[email protected]> --- .github/scripts/weekly_update/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/scripts/weekly_update/main.py b/.github/scripts/weekly_update/main.py index 1ca537534..5c4c9113f 100644 --- a/.github/scripts/weekly_update/main.py +++ b/.github/scripts/weekly_update/main.py @@ -425,9 +425,6 @@ def summarize_with_openai(data, client, model): ## Good First Issues [List good first issues for new contributors with brief explanations of what makes them approachable] - - ## Contributors - [List and thank all contributors mentioned in the data] """ try:
