Merge pull request #7562 from fjordllc/bug/fix-submit-button-on-brows… #2160
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 a release pull-request | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
release_pull_request: | |
runs-on: ubuntu-latest | |
name: release_pull_request | |
steps: | |
- name: checkout | |
uses: actions/checkout@main | |
- name: create-release-pr | |
uses: grassedge/[email protected] | |
with: | |
base: production | |
head: main | |
token: ${{ secrets.GITHUB_TOKEN }} | |
labels: release | |
assign: true |