Skip to content

Commit 39b33d7

Browse files
committed
Update name of branch sync task
1 parent 263a658 commit 39b33d7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Designed to keep develop branch as a perfect copy of LabKey fork
2+
on:
3+
schedule:
4+
- cron: "*/15 * * * *"
5+
jobs:
6+
sync-release-branches:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: "Sync Release Branches"
10+
uses: bimberlabinternal/DevOps/githubActions/branch-create@master
11+
with:
12+
source_repo: "labkey/LabDevKitModules"
13+
source_branch_prefix: "release"
14+
destination_repo: "BimberLabInternal/LabDevKitModules"
15+
destination_branch_prefix: "discvr-"
16+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)