From 0d1e6ce927b0c179b10ac06897c5cab2dcfb9725 Mon Sep 17 00:00:00 2001 From: Valentin-Shyaka Date: Tue, 23 Jun 2026 21:47:41 +0200 Subject: [PATCH] feat: add section_id input to changelog notify workflow Define section_id as a required workflow_dispatch input so it is collected on dispatch and forwarded to the backend via SECTION_ID. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/changelog-notify.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/changelog-notify.yml b/.github/workflows/changelog-notify.yml index c4e0919..f1ab302 100644 --- a/.github/workflows/changelog-notify.yml +++ b/.github/workflows/changelog-notify.yml @@ -23,6 +23,9 @@ on: description: 'Release Preview (Image / Gif)' required: true default: 'https//example.com/image-preview.webp' + section_id: + description: 'Section ID i.e "team-creation" or "/team-creation"' + required: true tag: description: 'Release Category' required: true