From fa5b4ed2c1f1aaa68b91b99501f5ea54ad74cb36 Mon Sep 17 00:00:00 2001 From: Valentin-Shyaka Date: Wed, 24 Jun 2026 15:52:35 +0200 Subject: [PATCH] chore: make section_id input optional in changelog notify workflow Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/changelog-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog-notify.yml b/.github/workflows/changelog-notify.yml index f1ab302..44d33b7 100644 --- a/.github/workflows/changelog-notify.yml +++ b/.github/workflows/changelog-notify.yml @@ -25,7 +25,7 @@ on: default: 'https//example.com/image-preview.webp' section_id: description: 'Section ID i.e "team-creation" or "/team-creation"' - required: true + required: false tag: description: 'Release Category' required: true