Skip to content

Commit

Permalink
chore(ci): add upmerge job
Browse files Browse the repository at this point in the history
  • Loading branch information
jeboehm committed Aug 12, 2024
1 parent 1a7ba75 commit 3989d41
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/upmerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'Upmerge main to next'

on:
push:

jobs:
upmerge:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Upmerge
uses: bambamboole/gha-upmerge@master
with:
stable_branch: 'main'
development_branch: 'next'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3989d41

Please sign in to comment.