mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 17:57:06 +02:00
16 lines
297 B
YAML
16 lines
297 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
|
|
secrets: inherit
|
|
with:
|
|
base-branch: master
|
|
release-type: minor
|