Skip to content

Commit

Permalink
Merge branch 'main' into renovate/nhost-nhost-js-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored Sep 16, 2022
2 parents e9e30e6 + b047270 commit b283892
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release PR
on:
push:
branches: [main]

jobs:
release_pr:
runs-on: ubuntu-latest
name: release_pr
steps:
- name: checkout
uses: actions/checkout@v1
- name: Create PR to branch
uses: gorillio/github-action-cherry-pick@master
with:
pr_branch: 'next'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITBOT_EMAIL: <BOT_EMAIL>
DRY_RUN: false

0 comments on commit b283892

Please sign in to comment.