Skip to content

hs-action-test

hs-action-test #81

Workflow file for this run

# name: Automated post-release PR management
# on:
# workflow_dispatch:
# push:
# branches:
# - master
#
# jobs:
# create_post_release_pr:
# name: Create master to develop PR
# runs-on: ubuntu-latest
#
# steps:
# - name: Checkout develop branch
# uses: actions/checkout@master
#
# - name: Create Branch
# uses: ./.github/actions/post-release
# with:
# branch: 'master-to-develop'
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}