Merge pull request #8150 from fjordllc/bug/daily-report-congratulator… #2340
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: | |
gitPrRelease: | |
name: git-pr-release | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
with: | |
fetch-depth: 0 | |
- name: git-pr-release | |
uses: bakunyo/git-pr-release-action@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
GIT_PR_RELEASE_BRANCH_PRODUCTION: production | |
GIT_PR_RELEASE_BRANCH_STAGING: main |