Skip to content

fix(config): add public config #3

fix(config): add public config

fix(config): add public config #3

Workflow file for this run

name: PR for release branch
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 PR to branch
uses: gorillio/github-action-cherry-pick@master
with:
pr_branch: 'develop'
pr_labels: 'autocreated, main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITBOT_EMAIL: [email protected]
DRY_RUN: false