mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Update GitHub Actions workflow for PRs
update
This commit is contained in:
12
.github/workflows/add_PR_2_chlog.yml
vendored
12
.github/workflows/add_PR_2_chlog.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user