mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
15 lines
276 B
YAML
15 lines
276 B
YAML
name: 'Release: Create Minor Release PR'
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
# schedule:
|
|
# - cron: 0 13 * * 1
|
|
|
|
jobs:
|
|
create-release-pr:
|
|
name: Create release PR
|
|
uses: ./.github/workflows/release-create-pr.yml
|
|
with:
|
|
base-branch: master
|
|
release-type: minor
|