Skip to content

Commit

Permalink
attempting to trial fix for JupiterBroadcasting#444
Browse files Browse the repository at this point in the history
  • Loading branch information
elreydetoda committed Oct 16, 2022
1 parent 8c39427 commit 18492e7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sync-branches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# found via this blog post: https://www.jessesquires.com/blog/2022/03/26/gh-action-merge-release-to-main/
on:
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
push:
branches:
- main

jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: pull-request
uses: repo-sync/pull-request@v2
with:
destination_branch: "develop"
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 18492e7

Please sign in to comment.