Update GitHub Actions workflow for PRs

update
This commit is contained in:
Dimitrij
2025-09-09 17:50:38 +01:00
committed by GitHub
parent 7af4ba27f3
commit 2da7d02a2c

View File

@@ -4,7 +4,17 @@ on:
pull_request:
types: [opened, synchronize]
branches:
- dev # or your target branch
- v1.78.2-dev
workflow_dispatch:
inputs:
dryRun:
description: 'Run without committing changes'
required: false
default: 'true'
prTitle:
description: 'Simulated PR title'
required: false
default: 'chore(deps): update dependency X'
jobs:
update-changelog: