Merge pull request #1572 from mermaid-js/renovate/patch-all-minor-patch #177
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create release pull request | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
productionPromotion: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
ref: master | |
- name: Reset promotion branch | |
run: | | |
git fetch origin develop:develop | |
git reset --hard develop | |
- name: Create Pull Request | |
uses: peter-evans/create-pull-request@v5 | |
with: | |
branch: release-promotion | |
title: Release live editor |