Skip to content

Instantly share code, notes, and snippets.

name: Smart Branch Merge
on:
workflow_dispatch:
inputs:
source_branch:
description: 'Branch to merge FROM (e.g., feature-x)'
required: true
target_branch:
description: 'Branch to merge INTO (e.g., develop)'