Merge pull request #7020 from fjordllc/chore/node20.9.0 #1900
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 |