From dc99d3280b818e9b505142b72d51a0400434b6e7 Mon Sep 17 00:00:00 2001 From: Iva Tepora PURCELL <25797416+T121978@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:04:27 +0200 Subject: [PATCH] Change comment header format in license-check.yml I have change comment header format in license-check.yml --- .github/workflows/license-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-check.yml b/.github/workflows/license-check.yml index 2f27353d83..6f30b680f3 100644 --- a/.github/workflows/license-check.yml +++ b/.github/workflows/license-check.yml @@ -1,4 +1,4 @@ -# Automatically fix license files on PRs that need updates +## Automatically fix license files on PRs that need updates # Tries to auto-commit the fix, or comments with instructions if push fails name: License Check