Merge pull request #7058 from fjordllc/chore/fix-slim-lint-issues-6994 #1947
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@v1 | |
- name: create-release-pr | |
uses: grassedge/[email protected] | |
with: | |
base: production | |
head: main | |
token: ${{ secrets.GITHUB_TOKEN }} | |
labels: release | |
assign: true |