From 7bb0bd400fe247ff317831844df2f48712cb07c3 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 5 Feb 2026 10:53:09 +0100 Subject: [PATCH] fetch-mkosi: Shorten commit message title Currently github truncates the message so let's make it a little shorter so it's not truncated. --- tools/fetch-mkosi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fetch-mkosi.py b/tools/fetch-mkosi.py index b18adf7bfa4..186b1b52db0 100755 --- a/tools/fetch-mkosi.py +++ b/tools/fetch-mkosi.py @@ -43,7 +43,7 @@ def read_config(): def commit_file(files: list[Path], commit: str, changes: str): message = '\n'.join(( - f'mkosi: update mkosi commit reference to {commit}', + f'mkosi: update mkosi ref to {commit}', '', changes)) -- 2.47.3