Skip to content

Commit

Permalink
Merge pull request #1 from mnsrulz/main
Browse files Browse the repository at this point in the history
sync: main to stage
  • Loading branch information
mnsrulz authored Apr 8, 2024
2 parents 7971ff0 + 92640e8 commit 9236603
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/sync-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Sync
on:
push:
branches:
- main

jobs:
sync-branches:
runs-on: ubuntu-latest
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 12
- name: Opening pull request
id: pull
uses: tretuna/[email protected]
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "main"
TO_BRANCH: "stage"
#PULL_REQUEST_AUTO_MERGE_METHOD: "merge"

0 comments on commit 9236603

Please sign in to comment.