File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Designed to keep develop branch as a perfect copy of LabKey fork
2+ on :
3+ schedule :
4+ - cron : " 15 */3 * * *"
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 }}
17+ sync-develop :
18+ runs-on : ubuntu-latest
19+ steps :
20+ - name : " Sync Develop Branch"
21+ uses : bimberlabinternal/DevOps/githubActions/git-sync@master
22+ with :
23+ source_repo : " labkey/LabDevKitModules"
24+ source_branch : " develop"
25+ destination_branch : " develop"
26+ github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments